Author: jdcasey
Date: Fri Mar 16 08:41:53 2007
New Revision: 519014

URL: http://svn.apache.org/viewvc?view=rev&rev=519014
Log:
setting a p-c-d dep to 1.0-alpha-9 to try to force the issue.

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?view=diff&rev=519014&r1=519013&r2=519014
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Fri Mar 16 08:41:53 2007
@@ -299,6 +299,15 @@
       <artifactId>maven-archiver</artifactId>
       <version>2.2</version>
     </dependency>
+    <!-- FIXME: I'm specifying a dependency on plexus-container-default
+                in order to force the version to be compatible with maven
+                2.0.5.
+    -->
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-container-default</artifactId>
+      <version>1.0-alpha-9</version>
+    </dependency>
         <!-- FIXME: upgrade to p-u 1.4 when available, to fix
          workaround in DefaultAssemblyReader for NPE caused
          by DirectoryScanner.scandir(..) and UnixFileSystem's


Reply via email to