Fixed maven phase

This commit is contained in:
Luca Frosini 2019-12-09 15:38:40 +01:00
parent 076c937439
commit ebba2e67f4
1 changed files with 2 additions and 2 deletions

View File

@ -79,11 +79,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>