You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by tv...@apache.org on 2009/09/11 09:52:08 UTC

svn commit: r813701 - /gump/metadata/project/turbine-fulcrum.xml

Author: tv
Date: Fri Sep 11 07:52:07 2009
New Revision: 813701

URL: http://svn.apache.org/viewvc?rev=813701&view=rev
Log:
Try to make tests run separately in Maven-2 environments

Modified:
    gump/metadata/project/turbine-fulcrum.xml

Modified: gump/metadata/project/turbine-fulcrum.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/turbine-fulcrum.xml?rev=813701&r1=813700&r2=813701&view=diff
==============================================================================
--- gump/metadata/project/turbine-fulcrum.xml (original)
+++ gump/metadata/project/turbine-fulcrum.xml Fri Sep 11 07:52:07 2009
@@ -75,7 +75,7 @@
   </project>
 
   <project name="fulcrum-cache-test">
-    <mvn basedir="cache" />
+    <mvn basedir="cache" goal="test" />
     
     <depend project="fulcrum-cache"/>
     <nag to="dev@turbine.apache.org" from="fulcrum-cache development &lt;dev@turbine.apache.org&gt;" />
@@ -424,7 +424,7 @@
   </project>  
 
   <project name="fulcrum-quartz-test">
-    <mvn basedir="quartz" goal="test:test" />
+    <mvn basedir="quartz" goal="test" />
 
     <depend project="fulcrum-quartz"/>
     <nag to="dev@turbine.apache.org" from="fulcrum-quartz development &lt;dev@turbine.apache.org&gt;"/>