You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jv...@apache.org on 2005/06/02 22:32:48 UTC

svn commit: r179638 - /maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-m2-project.xml

Author: jvanzyl
Date: Thu Jun  2 13:32:47 2005
New Revision: 179638

URL: http://svn.apache.org/viewcvs?rev=179638&view=rev
Log:
o updating add m2 activity

Modified:
    maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-m2-project.xml

Modified: maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-m2-project.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-m2-project.xml?rev=179638&r1=179637&r2=179638&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-m2-project.xml (original)
+++ maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-m2-project.xml Thu Jun  2 13:32:47 2005
@@ -1,7 +1,8 @@
 <workflow xmlns="http://werkflow.codehaus.org/simple" id="continuum-add-m2-project">
   <sequence>
-    <action id="update-scm"/>
-    <action id="update-metadata"/>
-    <action id="build"/>
+    <action id="build-projects-from-metadata"/>
+    <action id="validate-project"/>
+    <action id="store-project"/>
+    <action id="store-project"/>    
   </sequence>
 </workflow>