This commit is contained in:
Fabio Sinibaldi 2019-04-15 15:47:03 +00:00
parent 6cb35e5947
commit b1b10c93ed
1 changed files with 22 additions and 0 deletions

View File

@ -44,4 +44,26 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>make-uberjar</id>
<phase>package</phase>
</execution>
<execution>
<id>make-servicearchive</id>
<phase>package</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>