Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.rb
Original file line number Diff line number Diff line change
@@ -255,7 +255,7 @@
'mainClass' => 'org.jruby.Main' } ] )
execute_goals( 'shade',
:id => 'shade the asm classes',
:phase => 'verify',
:phase => 'package',
'artifactSet' => {
'includes' => [ 'com.github.jnr:jnr-ffi',
'org.ow2.asm:*' ]
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
@@ -548,7 +548,7 @@
</execution>
<execution>
<id>shade the asm classes</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>

0 comments on commit 5968ffa

Please sign in to comment.