Removed service-archive creation which is deprecated

This commit is contained in:
Luca Frosini 2020-09-22 13:47:31 +02:00
parent 3d1f4958cc
commit 66efdc4997
1 changed files with 1 additions and 6 deletions

View File

@ -65,7 +65,6 @@
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
@ -76,12 +75,8 @@
<id>make-uberjar</id>
<phase>install</phase>
</execution>
<execution>
<id>make-servicearchive</id>
<phase>install</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
</project>