Removed servicearchive creation which is deprecated

This commit is contained in:
Luca Frosini 2020-08-06 12:26:38 +02:00
parent 18108d1324
commit 72e1d8f809
1 changed files with 0 additions and 12 deletions

12
pom.xml
View File

@ -166,8 +166,6 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
@ -201,16 +199,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>make-servicearchive</id>
<phase>package</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>