You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/03/01 04:26:09 UTC

svn commit: r155747 - struts/build/trunk/maven.xml

Author: jmitchell
Date: Mon Feb 28 19:26:08 2005
New Revision: 155747

URL: http://svn.apache.org/viewcvs?view=rev&rev=155747
Log:
add flow to the mix

Modified:
    struts/build/trunk/maven.xml

Modified: struts/build/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/struts/build/trunk/maven.xml?view=diff&r1=155746&r2=155747
==============================================================================
--- struts/build/trunk/maven.xml (original)
+++ struts/build/trunk/maven.xml Mon Feb 28 19:26:08 2005
@@ -44,6 +44,12 @@
 	  ignoreFailures="false"
 	/>
 	
+	<maven:maven
+	  descriptor="../flow/project.xml"
+	  goals="dist"
+	  ignoreFailures="false"
+	/>
+	
   </goal>
     
   <goal name="clean-all">
@@ -79,6 +85,12 @@
 	
 	<maven:maven
 	  descriptor="../bsf/project.xml"
+	  goals="clean"
+	  ignoreFailures="false"
+	/>
+	
+	<maven:maven
+	  descriptor="../flow/project.xml"
 	  goals="clean"
 	  ignoreFailures="false"
 	/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org