Fixed maven phase
This commit is contained in:
parent
c20e3641be
commit
b60448abc2
4
pom.xml
4
pom.xml
|
@ -92,11 +92,11 @@
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>make-uberjar</id>
|
<id>make-uberjar</id>
|
||||||
<phase>install</phase>
|
<phase>package</phase>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>make-servicearchive</id>
|
<id>make-servicearchive</id>
|
||||||
<phase>install</phase>
|
<phase>package</phase>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue