You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-commits@incubator.apache.org by ta...@apache.org on 2005/04/14 01:33:53 UTC

svn commit: r161240 - incubator/graffito/trunk/maven.xml

Author: taylor
Date: Wed Apr 13 18:33:52 2005
New Revision: 161240

URL: http://svn.apache.org/viewcvs?view=rev&rev=161240
Log:
change build order, api builds first
and changed graffito-portlets to jar:install goal

Modified:
    incubator/graffito/trunk/maven.xml

Modified: incubator/graffito/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/graffito/trunk/maven.xml?view=diff&r1=161239&r2=161240
==============================================================================
--- incubator/graffito/trunk/maven.xml (original)
+++ incubator/graffito/trunk/maven.xml Wed Apr 13 18:33:52 2005
@@ -53,21 +53,21 @@
         description="Build all jars and war">
 
     <maven:reactor
-               basedir="${basedir}/commons"
+               basedir="${basedir}/api"
                includes="project.xml"
                goals="jar:install"
-               banner="Build and Install the Graffito Commons jar in your Maven Repo"
+               banner="Build and Install the Graffito API jar in your Maven Repo"
                postProcessing="false"
-               ignoreFailures="false"/>    	
-	
+               ignoreFailures="false"/>    
+
     <maven:reactor
-               basedir="${basedir}/api"
+               basedir="${basedir}/commons"
                includes="project.xml"
                goals="jar:install"
-               banner="Build and Install the Graffito API jar in your Maven Repo"
+               banner="Build and Install the Graffito Commons jar in your Maven Repo"
                postProcessing="false"
-               ignoreFailures="false"/>    
-	      
+               ignoreFailures="false"/>    	
+		      
     <maven:reactor
                basedir="${basedir}/components"
                includes="project.xml"
@@ -97,7 +97,7 @@
      <maven:reactor
                basedir="${basedir}/applications/graffito-portlets"
                includes="project.xml"
-               goals="war:install"
+               goals="jar:install"
                banner="Build and Install the Graffito Portlets War in your Maven Repo"
                postProcessing="false"
                ignoreFailures="false"/>