integration/runnable_test/pom.xml in warbler-1.4.0.beta1 vs integration/runnable_test/pom.xml in warbler-1.4.0.beta2
- old
+ new
@@ -52,18 +52,18 @@
</configuration>
</execution>
</executions>
</plugin>
<plugin>
- <groupId>org.jruby.plugins</groupId>
- <artifactId>jruby-rake-plugin</artifactId>
+ <groupId>de.saumya.mojo</groupId>
+ <artifactId>jruby-maven-plugin</artifactId>
<executions>
<execution>
<id>create-war</id>
<phase>pre-integration-test</phase>
<goals><goal>jruby</goal></goals>
<configuration>
- <args>-Csrc/main/ruby -S warble</args>
+ <args>-Csrc/main/ruby -S ${rubygems.home}/bin/warble</args>
</configuration>
</execution>
</executions>
</plugin>
<plugin>