Merge pull request #878 from lugaru1234/issue798

Fixed #798: original jar generation has been fixed.
This commit is contained in:
wing328 2015-07-20 21:50:51 +08:00
commit fc7f2a92d0

View File

@ -41,7 +41,7 @@
<version>2.3</version> <version>2.3</version>
<executions> <executions>
<execution> <execution>
<id>reduced-pom</id> <id>process-resources</id>
<phase>package</phase> <phase>package</phase>
<goals> <goals>
<goal>shade</goal> <goal>shade</goal>
@ -52,15 +52,6 @@
<dependencyReducedPomLocation> <dependencyReducedPomLocation>
${java.io.tmpdir}/dependency-reduced-pom.xml ${java.io.tmpdir}/dependency-reduced-pom.xml
</dependencyReducedPomLocation> </dependencyReducedPomLocation>
</configuration>
</execution>
<execution>
<id>process-resources</id>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<transformers> <transformers>
<transformer <transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>