Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/pom.rb
Original file line number Diff line number Diff line change
@@ -261,6 +261,7 @@


plugin :shade do
version( '3.1.0' )
execute_goals( 'shade',
:id => 'create lib/jruby.jar',
:phase => 'package',
3 changes: 2 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
@@ -193,7 +193,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>com.headius</groupId>
<artifactId>invokebinder</artifactId>
<version>1.8</version>
<version>1.10</version>
</dependency>
<dependency>
<groupId>com.headius</groupId>
@@ -602,6 +602,7 @@ DO NOT MODIFIY - GENERATED CODE
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>create lib/jruby.jar</id>

0 comments on commit 7cf25e8

Please sign in to comment.