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/01/22 22:04:03 UTC

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

Author: clombart
Date: Sat Jan 22 14:04:01 2005
New Revision: 126057

URL: http://svn.apache.org/viewcvs?view=rev&rev=126057
Log:
Review goals in order to be sure to clean up the DB after all unit tests
Modified:
   incubator/graffito/trunk/components/maven.xml
   incubator/graffito/trunk/maven.xml

Modified: incubator/graffito/trunk/components/maven.xml
Url: http://svn.apache.org/viewcvs/incubator/graffito/trunk/components/maven.xml?view=diff&rev=126057&p1=incubator/graffito/trunk/components/maven.xml&r1=126056&p2=incubator/graffito/trunk/components/maven.xml&r2=126057
==============================================================================
--- incubator/graffito/trunk/components/maven.xml	(original)
+++ incubator/graffito/trunk/components/maven.xml	Sat Jan 22 14:04:01 2005
@@ -24,6 +24,7 @@
   <!-- ================================================================ -->	 
   <preGoal name="test:test">
        <attainGoal name="dbSetup"/>  
+       <attainGoal name="db.reinit.test" />
   </preGoal> 
    
   <goal name="dbSetup">

Modified: incubator/graffito/trunk/maven.xml
Url: http://svn.apache.org/viewcvs/incubator/graffito/trunk/maven.xml?view=diff&rev=126057&p1=incubator/graffito/trunk/maven.xml&r1=126056&p2=incubator/graffito/trunk/maven.xml&r2=126057
==============================================================================
--- incubator/graffito/trunk/maven.xml	(original)
+++ incubator/graffito/trunk/maven.xml	Sat Jan 22 14:04:01 2005
@@ -59,39 +59,6 @@
                banner="Build and Install the Graffito API jar in your Maven Repo"
                postProcessing="false"
                ignoreFailures="false"/>    
-
-     <!-- Set up the TEST DB for Graffito components -->
-    <maven:reactor
-               basedir="${basedir}/components"
-               includes="project.xml"
-               goals="db.scripts.gen"
-               banner="Generate DB Scripts"
-               postProcessing="false"
-               ignoreFailures="false"/>    
-	       
-    <maven:reactor
-               basedir="${basedir}/components"
-               includes="project.xml"
-               goals="db.drop.test"
-               banner="Drop Tables"
-               postProcessing="false"
-               ignoreFailures="false"/>    
-
-     <maven:reactor
-               basedir="${basedir}/components"
-               includes="project.xml"
-               goals="db.create.test"
-               banner="Create Tables "
-               postProcessing="false"
-               ignoreFailures="false"/>    
-	      
-    <maven:reactor
-               basedir="${basedir}/api"
-               includes="project.xml"
-               goals="jar:install"
-               banner="Build and Install the Graffito API jar in your Maven Repo"
-               postProcessing="false"
-               ignoreFailures="false"/>    
 	      
     <maven:reactor
                basedir="${basedir}/components"