spec/gemfile_with_groups/pom.xml in maven-tools-1.0.0.rc4 vs spec/gemfile_with_groups/pom.xml in maven-tools-1.0.0.rc5
- old
+ new
@@ -15,11 +15,11 @@
<artifactId>gemfile_with_groups</artifactId>
<version>0.0.0</version>
<name>gemfile_with_groups</name>
<properties>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
- <jruby.plugins.version>1.0.1</jruby.plugins.version>
+ <jruby.plugins.version>1.0.2</jruby.plugins.version>
</properties>
<dependencies>
<dependency>
<groupId>rubygems</groupId>
<artifactId>rspec</artifactId>
@@ -39,6 +39,22 @@
<repository>
<id>rubygems-releases</id>
<url>http://rubygems-proxy.torquebox.org/releases</url>
</repository>
</repositories>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>de.saumya.mojo</groupId>
+ <artifactId>gem-maven-plugin</artifactId>
+ <version>${jruby.plugins.version}</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>initialize</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
</project>