spec/gemfile_include_jars/pom.xml in maven-tools-1.0.5 vs spec/gemfile_include_jars/pom.xml in maven-tools-1.0.6
- old
+ new
@@ -28,11 +28,11 @@
<connection>https://github.com/jruby/jruby/tree/master/gems/bouncy-castle-java.git</connection>
<url>http://github.com/jruby/jruby/tree/master/gems/bouncy-castle-java/</url>
</scm>
<properties>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
- <jruby.plugins.version>1.0.4</jruby.plugins.version>
+ <jruby.plugins.version>1.0.7</jruby.plugins.version>
</properties>
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
@@ -58,9 +58,24 @@
<version>${jruby.plugins.version}</version>
</extension>
</extensions>
<directory>${basedir}/pkg</directory>
<plugins>
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>generate-test-resources</phase>
+ <goals>
+ <goal>copy-dependencies</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>lib</outputDirectory>
+ <useRepositoryLayout>true</useRepositoryLayout>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
<plugin>
<groupId>de.saumya.mojo</groupId>
<artifactId>gem-maven-plugin</artifactId>
<version>${jruby.plugins.version}</version>
<configuration>