Removed servicearchive creation which is deprecated

migrating_to_smartgears_4
Luca Frosini 4 years ago
parent 18108d1324
commit 72e1d8f809

@ -166,8 +166,6 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
@ -201,16 +199,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>

Loading…
Cancel
Save