Removed servicearchive creation which is deprecated

This commit is contained in:
Luca Frosini 2020-08-06 16:51:52 +02:00
parent 230043e29d
commit e85f28ae70
1 changed files with 2 additions and 18 deletions

20
pom.xml
View File

@ -80,8 +80,6 @@
<artifactId>smart-executor-client</artifactId>
<version>[3.0.0-SNAPSHOT, 4.0.0-SNAPSHOT)</version>
</dependency>
<!-- Jersey -->
<dependency>
@ -104,8 +102,6 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<!-- Tests -->
<dependency>
<groupId>junit</groupId>
@ -113,14 +109,12 @@
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.gcube.vremanagement</groupId>
<artifactId>hello-world-se-plugin</artifactId>
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
@ -144,10 +138,10 @@
<exclude>src</exclude>
</excludes>
<includes>
<include>CHANGELOG.md</include>
<include>LICENSE.md</include>
<include>README.md</include>
<include>gcube-app.xml</include>
<include>changelog.xml</include>
</includes>
</resource>
</resources>
@ -155,16 +149,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>
</project>