Removed service-archive creation which is deprecated

This commit is contained in:
Luca Frosini 2020-09-22 13:49:11 +02:00
parent 4202aa4e5b
commit dbbddb45b0
1 changed files with 0 additions and 15 deletions

15
pom.xml
View File

@ -79,19 +79,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<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>