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>


Reply via email to