| Group ID: |
org.jruby.plugins |
| Artifact ID: |
jruby-rake-plugin |
| Last modified: |
16.05.2013 18:47 |
| Packaging: |
maven-plugin |
| Name: |
JRuby Rake Plugin |
|
|
| Size: |
15.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/jruby/plugins/jruby-rake-plugin/1.7.4/jruby-rake-plugin-1.7.4.jar |
| POM: |
Show
hide
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.7.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby.plugins</groupId>
<artifactId>jruby-rake-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>JRuby Rake Plugin</name>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>1.7.4</version>
</dependency>
</dependencies>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<outputDirectory>target/classes</outputDirectory>
<plugins>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<!-- Note: This is to allow typing "mvn jruby-rake:[goalname]" without having to type the -->
<!-- fully qualified name on the command line -->
<goalPrefix>jruby-rake</goalPrefix>
</configuration>
</plugin>
<!-- overwrite the configuration from the reactor pom -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<excludes><exclude>none</exclude></excludes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<excludes><exclude>none</exclude></excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>org.jruby.plugins</groupId>
<artifactId>jruby-rake-plugin</artifactId>
<version>1.7.4</version>
</dependency>
|
| Gradle: |
org.jruby.plugins:jruby-rake-plugin:1.7.4 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|