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