Skip to content

Commit

Permalink
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions core/pom.rb
Original file line number Diff line number Diff line change
@@ -265,7 +265,7 @@
plugin :shade do
execute_goals( 'shade',
:id => 'pack jruby-core-noasm.jar',
:phase => 'verify',
:phase => 'package',
'shadedArtifactAttached' => 'true',
'shadedClassifierName' => 'noasm',
'artifactSet' => {
@@ -276,7 +276,7 @@
'shadedPattern' => 'org.jruby.org.objectweb' } ] )
execute_goals( 'shade',
:id => 'pack jruby-core-complete.jar',
:phase => 'verify',
:phase => 'package',
'shadedArtifactAttached' => 'true',
'shadedClassifierName' => 'complete',
'relocations' => [ { 'pattern' => 'org.objectweb',
32 changes: 16 additions & 16 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -578,7 +578,7 @@
<executions>
<execution>
<id>pack jruby-core-noasm.jar</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
@@ -601,7 +601,7 @@
</execution>
<execution>
<id>pack jruby-core-complete.jar</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
@@ -635,7 +635,7 @@
<executions>
<execution>
<id>pack jruby-core-noasm.jar</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
@@ -658,7 +658,7 @@
</execution>
<execution>
<id>pack jruby-core-complete.jar</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
@@ -692,7 +692,7 @@
<executions>
<execution>
<id>pack jruby-core-noasm.jar</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
@@ -715,7 +715,7 @@
</execution>
<execution>
<id>pack jruby-core-complete.jar</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
@@ -749,7 +749,7 @@
<executions>
<execution>
<id>pack jruby-core-noasm.jar</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
@@ -772,7 +772,7 @@
</execution>
<execution>
<id>pack jruby-core-complete.jar</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
@@ -806,7 +806,7 @@
<executions>
<execution>
<id>pack jruby-core-noasm.jar</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
@@ -829,7 +829,7 @@
</execution>
<execution>
<id>pack jruby-core-complete.jar</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
@@ -863,7 +863,7 @@
<executions>
<execution>
<id>pack jruby-core-noasm.jar</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
@@ -886,7 +886,7 @@
</execution>
<execution>
<id>pack jruby-core-complete.jar</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
@@ -920,7 +920,7 @@
<executions>
<execution>
<id>pack jruby-core-noasm.jar</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
@@ -943,7 +943,7 @@
</execution>
<execution>
<id>pack jruby-core-complete.jar</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
@@ -977,7 +977,7 @@
<executions>
<execution>
<id>pack jruby-core-noasm.jar</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
@@ -1000,7 +1000,7 @@
</execution>
<execution>
<id>pack jruby-core-complete.jar</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>

0 comments on commit d537cab

Please sign in to comment.