Removed service-archive creation which is deprecated

This commit is contained in:
Luca Frosini 2020-09-22 13:48:18 +02:00
parent 7de748deac
commit bbcd929e0b
1 changed files with 1 additions and 15 deletions

16
pom.xml
View File

@ -87,18 +87,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>
</project>