Author: brett
Date: Sun Jun 17 19:09:03 2007
New Revision: 548167

URL: http://svn.apache.org/viewvc?view=rev&rev=548167
Log:
attach the assembly (and it's signatures) properly

Modified:
    maven/components/branches/maven-2.0.x/maven-core/pom.xml

Modified: maven/components/branches/maven-2.0.x/maven-core/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core/pom.xml?view=diff&rev=548167&r1=548166&r2=548167
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-core/pom.xml Sun Jun 17 
19:09:03 2007
@@ -39,9 +39,9 @@
         </configuration>
         <executions>
           <execution>
-            <phase>install</phase>
+            <phase>package</phase>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
           </execution>
         </executions>


Reply via email to