Update pom.xml to build uberjar

This commit is contained in:
Banks Troutman
2019-09-21 19:50:18 -04:00
parent 3d1de034c7
commit 2ddddd2955
2 changed files with 15 additions and 0 deletions

View File

@@ -17,6 +17,19 @@
<release>12</release>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<properties>