You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/12/14 11:02:25 UTC

svn commit: r1645432 - /maven/archetype/trunk/pom.xml

Author: khmarbaise
Date: Sun Dec 14 10:02:24 2014
New Revision: 1645432

URL: http://svn.apache.org/r1645432
Log:
[ARCHETYPE-467] Removed unused maven-war-plugin dependency.

Modified:
    maven/archetype/trunk/pom.xml

Modified: maven/archetype/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=1645432&r1=1645431&r2=1645432&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Sun Dec 14 10:02:24 2014
@@ -250,11 +250,6 @@ under the License.
           <version>${mavenPluginPluginVersion}</version>
         </plugin>
         <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-war-plugin</artifactId>
-          <version>2.1.1</version>
-        </plugin>
-        <plugin>
           <groupId>org.mortbay.jetty</groupId>
           <artifactId>maven-jetty-plugin</artifactId>
           <version>6.1.6</version>