I have no idea what I was doing at the time either. Kind of unusual for me not to refer to the bug I was trying to work around... and this caused problems down the line and the POM in the repo needed to have the exclusion removed.

Anyway, I had the same change you made in my local copy uncommitted. Just made that (it also bumps up to 2.1 which has a bunch of archiver fixes).

- Brett

On 14/07/2006 2:37 AM, Carlos Sanchez wrote:
Brett, I don't know why you excluded plexus-archiver, assembly plugin
didn't compile for me

Although is added later the bug with exclusions makes it globally excluded

---------- Forwarded message ----------
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Jul 13, 2006 6:33 PM
Subject: svn commit: r421661 -
/maven/plugins/trunk/maven-assembly-plugin/pom.xml
To: [email protected]


Author: carlos
Date: Thu Jul 13 09:33:14 2006
New Revision: 421661

URL: http://svn.apache.org/viewvc?rev=421661&view=rev
Log:
Remove exclusion as it prevents compiling

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

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=421661&r1=421660&r2=421661&view=diff ==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Thu Jul 13 09:33:14 2006
@@ -107,13 +107,14 @@
      <artifactId>maven-archiver</artifactId>
      <version>2.0.4</version>
      <!-- version>2.1-SNAPSHOT</version -->
-      <!-- XXX: A bug in Maven 2.0.4 means this will block necessary
dependencies coming through the testing harness -->
+      <!-- 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>






--
Apache Maven - http://maven.apache.org/
Better Builds with Maven - http://library.mergere.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to