Whoops! Fix shade execution

This commit is contained in:
Gabriele C 2017-06-25 10:50:29 +02:00 committed by GitHub
parent e6e023a032
commit 68b54d9b4c

View File

@ -210,6 +210,15 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.0.0</version>
<executions>
<!-- Run shade goal on package phase -->
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<!--