Produce shaded jars with updated maven-shade-plugin

This commit is contained in:
md_5 2017-08-23 16:47:41 +10:00
parent e9311dc423
commit 9444a315dc

View File

@ -111,7 +111,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>
<version>3.0.0</version> <version>3.1.0</version>
<executions> <executions>
<execution> <execution>
<phase>package</phase> <phase>package</phase>
@ -121,7 +121,7 @@
</execution> </execution>
</executions> </executions>
<configuration> <configuration>
<!--<minimizeJar>true</minimizeJar>--> <minimizeJar>true</minimizeJar>
<shadedArtifactAttached>true</shadedArtifactAttached> <shadedArtifactAttached>true</shadedArtifactAttached>
</configuration> </configuration>
</plugin> </plugin>