Removed service-archive creation which is deprecated

This commit is contained in:
Luca Frosini 2020-09-22 13:47:17 +02:00
parent 52e9b8bc18
commit ad1c8d25d9
1 changed files with 0 additions and 17 deletions

17
pom.xml
View File

@ -77,7 +77,6 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry</artifactId>
<version>[4.0.0-SNAPSHOT, 5.0.0-SNAPSHOT)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -91,20 +90,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>