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> -- I could give you my word as a Spaniard. No good. I've known too many Spaniards. -- The Princess Bride --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
