You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/01/23 23:18:50 UTC

svn commit: r1235030 - /maven/plugins/trunk/maven-war-plugin/pom.xml

Author: dennisl
Date: Mon Jan 23 22:18:50 2012
New Revision: 1235030

URL: http://svn.apache.org/viewvc?rev=1235030&view=rev
Log:
[MWAR-248] Plugin warns about missing webxml attribute even if one exists

- The real bug was in plexus-archiver, and was fixed in version 2.0.2

Modified:
    maven/plugins/trunk/maven-war-plugin/pom.xml

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=1235030&r1=1235029&r2=1235030&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Mon Jan 23 22:18:50 2012
@@ -105,7 +105,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>1.2</version>
+      <version>2.0.2</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>