Fixed maven phase

This commit is contained in:
Luca Frosini 2019-12-09 15:38:30 +01:00
parent c20e3641be
commit b60448abc2
1 changed files with 2 additions and 2 deletions

View File

@ -92,11 +92,11 @@
<executions>
<execution>
<id>make-uberjar</id>
<phase>install</phase>
<phase>package</phase>
</execution>
<execution>
<id>make-servicearchive</id>
<phase>install</phase>
<phase>package</phase>
</execution>
</executions>
</plugin>