Skip to content

Commit

Permalink
[build] remove warning on duplicate plugin definitions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Mar 19, 2015
1 parent 02c7ed8 commit de120ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions core/pom.rb
Expand Up @@ -253,9 +253,6 @@
'outputFile' => '${jruby.basedir}/lib/jruby.jar',
'transformers' => [ { '@implementation' => 'org.apache.maven.plugins.shade.resource.ManifestResourceTransformer',
'mainClass' => 'org.jruby.Main' } ] )
end

plugin :shade do
execute_goals( 'shade',
:id => 'shade the asm classes',
:phase => 'verify',
Expand Down
5 changes: 0 additions & 5 deletions core/pom.xml
Expand Up @@ -546,11 +546,6 @@
</transformers>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<id>shade the asm classes</id>
<phase>verify</phase>
Expand Down

0 comments on commit de120ca

Please sign in to comment.