Author: jdcasey
Date: Thu Feb 14 12:49:06 2008
New Revision: 627866

URL: http://svn.apache.org/viewvc?rev=627866&view=rev
Log:
Move away from using assembly:directory in pom bindings, as it's an aggregator 
and this isn't a good idea.

Modified:
    
maven/plugins/trunk/maven-assembly-plugin/src/it/projects/dependency-sets/dependencySet-withExecutedProject/child2/pom.xml
    
maven/plugins/trunk/maven-assembly-plugin/src/it/projects/dependency-sets/dependencySet-withExecutedProject/child2/src/assemble/bin.xml

Modified: 
maven/plugins/trunk/maven-assembly-plugin/src/it/projects/dependency-sets/dependencySet-withExecutedProject/child2/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/projects/dependency-sets/dependencySet-withExecutedProject/child2/pom.xml?rev=627866&r1=627865&r2=627866&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-assembly-plugin/src/it/projects/dependency-sets/dependencySet-withExecutedProject/child2/pom.xml
 (original)
+++ 
maven/plugins/trunk/maven-assembly-plugin/src/it/projects/dependency-sets/dependencySet-withExecutedProject/child2/pom.xml
 Thu Feb 14 12:49:06 2008
@@ -32,7 +32,7 @@
               </descriptors>
             </configuration>
             <goals>
-              <goal>directory</goal>
+              <goal>single</goal>
             </goals>
           </execution>
         </executions>

Modified: 
maven/plugins/trunk/maven-assembly-plugin/src/it/projects/dependency-sets/dependencySet-withExecutedProject/child2/src/assemble/bin.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/projects/dependency-sets/dependencySet-withExecutedProject/child2/src/assemble/bin.xml?rev=627866&r1=627865&r2=627866&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-assembly-plugin/src/it/projects/dependency-sets/dependencySet-withExecutedProject/child2/src/assemble/bin.xml
 (original)
+++ 
maven/plugins/trunk/maven-assembly-plugin/src/it/projects/dependency-sets/dependencySet-withExecutedProject/child2/src/assemble/bin.xml
 Thu Feb 14 12:49:06 2008
@@ -1,7 +1,7 @@
 <assembly>
   <id>bin</id>
   <formats>
-    <format>jar</format>
+    <format>dir</format>
   </formats>
   <includeBaseDirectory>false</includeBaseDirectory>
   <dependencySets>


Reply via email to