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/22 05:27:18 UTC

svn commit: r164174 - /incubator/graffito/trunk/components/maven.xml

Author: clombart
Date: Thu Apr 21 22:27:16 2005
New Revision: 164174

URL: http://svn.apache.org/viewcvs?rev=164174&view=rev
Log:
add new maven goal

Modified:
    incubator/graffito/trunk/components/maven.xml

Modified: incubator/graffito/trunk/components/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/graffito/trunk/components/maven.xml?rev=164174&r1=164173&r2=164174&view=diff
==============================================================================
--- incubator/graffito/trunk/components/maven.xml (original)
+++ incubator/graffito/trunk/components/maven.xml Thu Apr 21 22:27:16 2005
@@ -294,10 +294,16 @@
 	<!-- ================================================================ -->
 	<goal name="db.reinit.test">
 		<attainGoal name="db.scripts.gen"/>
-		<attainGoal name="db.test.properties"/>
-		<attainGoal name="db.drop"/>
-		<attainGoal name="db.create"/>
-	</goal>
+		<attainGoal name="db.drop.test"/>
+		<attainGoal name="db.create.test"/>
+	</goal>
+	
+	<goal name="db.reinit.production">
+		<attainGoal name="db.scripts.gen"/>
+		<attainGoal name="db.drop.production"/>
+		<attainGoal name="db.create.production"/>
+	</goal>
+	
 	<!-- ================================================================ -->
 	<!-- Intstall Graffito services & Graffito dependencies into                    -->
 	<!--  a deployed J2 application                                                             -->