You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by sg...@apache.org on 2011/11/11 00:23:40 UTC

svn commit: r1200617 - /turbine/maven/turbine-parent/trunk/pom.xml

Author: sgoeschl
Date: Thu Nov 10 23:23:40 2011
New Revision: 1200617

URL: http://svn.apache.org/viewvc?rev=1200617&view=rev
Log:
Using assembly:single instead of assembly:attached

Modified:
    turbine/maven/turbine-parent/trunk/pom.xml

Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1200617&r1=1200616&r2=1200617&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Thu Nov 10 23:23:40 2011
@@ -544,10 +544,11 @@
             <artifactId>maven-assembly-plugin</artifactId>
             <executions>
               <execution>
+                <id>make-assembly</id>
+                <phase>package</phase>
                 <goals>
-                  <goal>attached</goal>
+                  <goal>single</goal>
                 </goals>
-                <phase>package</phase>
               </execution>
             </executions>
           </plugin>