Author: jdcasey
Date: Mon Mar 27 15:38:23 2006
New Revision: 389323

URL: http://svn.apache.org/viewcvs?rev=389323&view=rev
Log:
Adding source assembly configuration.

Modified:
    maven/components/tags/maven-2.0.3/maven-core/pom.xml

Modified: maven/components/tags/maven-2.0.3/maven-core/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/tags/maven-2.0.3/maven-core/pom.xml?rev=389323&r1=389322&r2=389323&view=diff
==============================================================================
--- maven/components/tags/maven-2.0.3/maven-core/pom.xml (original)
+++ maven/components/tags/maven-2.0.3/maven-core/pom.xml Mon Mar 27 15:38:23 
2006
@@ -14,7 +14,12 @@
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
-          <descriptor>src/assemble/bin.xml</descriptor>
+          <descriptorRefs>
+            <descriptorRef>src</descriptorRef>
+          </descriptorRefs>
+          <descriptors>
+            <descriptor>src/assemble/bin.xml</descriptor>
+          </descriptors>
           <finalName>maven-${version}</finalName>
         </configuration>
       </plugin>
@@ -165,4 +170,4 @@
       <url>scp://minotaur.apache.org/www/maven.apache.org/m2</url>
     </site>
   </distributionManagement>
-</project>
\ No newline at end of file
+</project>


Reply via email to