DEVPLAT-83 - Remove plexus-archiver from maven-war-plugin definition in parent SDK pom

This commit is contained in:
Martin Bergljung 2015-08-26 12:11:52 +01:00
parent f4c9a36256
commit 6b83be9d9f

View File

@ -290,11 +290,6 @@
<artifactId>alfresco-maven-plugin</artifactId>
<version>${maven.alfresco.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>2.3</version>
</dependency>
</dependencies>
</plugin>
<plugin>
@ -346,13 +341,6 @@
<artifactId>h2</artifactId>
<version>${h2.version}</version>
</dependency>
<!-- Major performance improvement,
see http://mindthegab.com/2013/06/20/maven-is-not-so-evil-plexus-archives-2-3-is-a-life-saver-for-the-speed-of-your-war-development-with-maven/ -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>2.3</version>
</dependency>
</dependencies>
</plugin>
<!--m2e configuration only to prevent errors in import.