Skip to content

Commit

Permalink
Fix shading to occur earlier before we sign the artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Apr 28, 2015
1 parent 7d4b866 commit 5968ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.rb
Expand Up @@ -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:*' ]
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -548,7 +548,7 @@
</execution>
<execution>
<id>shade the asm classes</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
Expand Down

0 comments on commit 5968ffa

Please sign in to comment.