You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2007/01/12 16:34:08 UTC

svn commit: r495608 - /maven/components/trunk/maven-cli/pom.xml

Author: jvanzyl
Date: Fri Jan 12 07:34:07 2007
New Revision: 495608

URL: http://svn.apache.org/viewvc?view=rev&rev=495608
Log:
o make sure the assembly gets attached as part of the normal process

Modified:
    maven/components/trunk/maven-cli/pom.xml

Modified: maven/components/trunk/maven-cli/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-cli/pom.xml?view=diff&rev=495608&r1=495607&r2=495608
==============================================================================
--- maven/components/trunk/maven-cli/pom.xml (original)
+++ maven/components/trunk/maven-cli/pom.xml Fri Jan 12 07:34:07 2007
@@ -37,6 +37,14 @@
           </descriptors>
           <finalName>maven-${version}</finalName>
         </configuration>
+        <executions>
+          <execution>
+            <phase>install</phase>
+            <goals>
+              <goal>attached</goal>
+            </goals>
+          </execution>
+        </executions>        
       </plugin>
     </plugins>
   </build>