You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/11/13 18:42:22 UTC

svn commit: r835936 - /maven/maven-3/trunk/apache-maven/src/main/assembly/bin.xml

Author: bentmann
Date: Fri Nov 13 17:42:21 2009
New Revision: 835936

URL: http://svn.apache.org/viewvc?rev=835936&view=rev
Log:
o Fixed warning about missing project artifact

Modified:
    maven/maven-3/trunk/apache-maven/src/main/assembly/bin.xml

Modified: maven/maven-3/trunk/apache-maven/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/apache-maven/src/main/assembly/bin.xml?rev=835936&r1=835935&r2=835936&view=diff
==============================================================================
--- maven/maven-3/trunk/apache-maven/src/main/assembly/bin.xml (original)
+++ maven/maven-3/trunk/apache-maven/src/main/assembly/bin.xml Fri Nov 13 17:42:21 2009
@@ -25,12 +25,14 @@
   </formats>
   <dependencySets>
     <dependencySet>
+      <useProjectArtifact>false</useProjectArtifact>
       <outputDirectory>boot</outputDirectory>
       <includes>
         <include>org.codehaus.plexus:plexus-classworlds</include>
       </includes>
     </dependencySet>
     <dependencySet>
+      <useProjectArtifact>false</useProjectArtifact>
       <outputDirectory>lib</outputDirectory>
       <excludes>
         <exclude>org.codehaus.plexus:plexus-classworlds</exclude>