jruby-gems-plugin-modules
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.viaboxx</groupId>
<artifactId>jruby-gems-plugin-modules</artifactId>
<version>1.1</version>
</dependency><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">
<!-- lets see what travis does-->
<modelVersion>4.0.0</modelVersion>
<groupId>de.viaboxx</groupId>
<artifactId>jruby-gems-plugin-modules</artifactId>
<version>1.1</version>
<name>Modules of jruby-gems-plugin</name>
<packaging>pom</packaging>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<modules>
<module>plugin</module>
<module>gem-loader</module>
<module>example</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
<scm>
<connection>scm:git:git@github.com:viaboxxsystems/jruby-gems-mojo.git</connection>
<url>git@github.com:viaboxxsystems/jruby-gems-mojo.git</url>
<developerConnection>scm:git:git@github.com:viaboxxsystems/jruby-gems-mojo.git</developerConnection>
</scm>
</project>