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/02/27 06:28:49 UTC

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

Author: jmitchell
Date: Sat Feb 26 21:28:47 2005
New Revision: 155615

URL: http://svn.apache.org/viewcvs?view=rev&rev=155615
Log:
change the way we build the complete distribution (this is only temporary until a better solution is deployed

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=155614&r2=155615
==============================================================================
--- struts/build/trunk/maven.xml (original)
+++ struts/build/trunk/maven.xml Sat Feb 26 21:28:47 2005
@@ -7,13 +7,49 @@
   
   <!-- this goal should be called from current/build -->
   <goal name="build-all">
-    <maven:reactor 
-              basedir="./"
-             includes="../*/project.xml"
-             excludes="build/project.xml"
-                goals="dist"
-               banner="Building Struts distribution"
-       ignoreFailures="false"/>
+  
+	<maven:maven
+	  descriptor="../mock/project.xml"
+	  goals="dist"
+	  ignoreFailures="false"
+	/>
+	
+	<maven:maven
+	  descriptor="../core/project.xml"
+	  goals="dist"
+	  ignoreFailures="false"
+	/>
+	
+	<maven:maven
+	  descriptor="../taglib/project.xml"
+	  goals="dist"
+	  ignoreFailures="false"
+	/>
+	
+	<maven:maven
+	  descriptor="../tiles/project.xml"
+	  goals="dist"
+	  ignoreFailures="false"
+	/>
+	
+	<maven:maven
+	  descriptor="../apps/project.xml"
+	  goals="dist"
+	  ignoreFailures="false"
+	/>
+	
+	<maven:maven
+	  descriptor="../el/project.xml"
+	  goals="dist"
+	  ignoreFailures="false"
+	/>
+	
+	<maven:maven
+	  descriptor="../bsf/project.xml"
+	  goals="dist"
+	  ignoreFailures="false"
+	/>
+	
   </goal>
     
   <goal name="clean-all">



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