Removed service-archive creation which is deprecated

This commit is contained in:
Luca Frosini 2020-09-22 13:46:50 +02:00
parent 377f4dd419
commit 47dd967ba3
1 changed files with 0 additions and 14 deletions

14
pom.xml
View File

@ -83,18 +83,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>