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 cl...@apache.org on 2005/04/01 21:36:15 UTC

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

Author: clombart
Date: Fri Apr  1 13:36:14 2005
New Revision: 159737

URL: http://svn.apache.org/viewcvs?view=rev&rev=159737
Log:
Add the commons project in the different maven goals

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=159736&r2=159737
==============================================================================
--- incubator/graffito/trunk/maven.xml (original)
+++ incubator/graffito/trunk/maven.xml Fri Apr  1 13:36:14 2005
@@ -53,6 +53,14 @@
         description="Build all jars and war">
 
     <maven:reactor
+               basedir="${basedir}/commons"
+               includes="project.xml"
+               goals="jar:install"
+               banner="Build and Install the Graffito Commons jar in your Maven Repo"
+               postProcessing="false"
+               ignoreFailures="false"/>    	
+	
+    <maven:reactor
                basedir="${basedir}/api"
                includes="project.xml"
                goals="jar:install"
@@ -122,7 +130,15 @@
                banner="Create Tables "
                postProcessing="false"
                ignoreFailures="false"/>    
-        
+
+    <maven:reactor
+               basedir="${basedir}/commons"
+               includes="project.xml"
+               goals="deploy"
+               banner="Deploy the Graffito Commons jar"
+               postProcessing="false"
+               ignoreFailures="false"/>    
+	       
     <maven:reactor
                basedir="${basedir}/api"
                includes="project.xml"