You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/05/05 09:52:58 UTC

svn commit: r400006 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: brett
Date: Fri May  5 00:52:57 2006
New Revision: 400006

URL: http://svn.apache.org/viewcvs?rev=400006&view=rev
Log:
workaround bug in Maven

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

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=400006&r1=400005&r2=400006&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Fri May  5 00:52:57 2006
@@ -64,6 +64,13 @@
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-archiver</artifactId>
       <version>2.0</version>
+      <!-- XXX: A bug in Maven 2.0.4 means this will block necessary dependencies coming through the testing harness -->
+      <exclusions>
+        <exclusion>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-archiver</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>