You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/09/21 05:48:55 UTC

svn commit: r999206 - /gump/metadata/project/velocity-tools.xml

Author: bodewig
Date: Tue Sep 21 03:48:54 2010
New Revision: 999206

URL: http://svn.apache.org/viewvc?rev=999206&view=rev
Log:
split build and tests

Modified:
    gump/metadata/project/velocity-tools.xml

Modified: gump/metadata/project/velocity-tools.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/velocity-tools.xml?rev=999206&r1=999205&r2=999206&view=diff
==============================================================================
--- gump/metadata/project/velocity-tools.xml (original)
+++ gump/metadata/project/velocity-tools.xml Tue Sep 21 03:48:54 2010
@@ -28,7 +28,9 @@
     <package>org.apache.velocity.tools</package>
 
     <depend project="velocity-master"/>
-    <mvn separateLocalRepository="velocity"/>
+    <mvn separateLocalRepository="velocity">
+      <property name="skipTests" value="true"/>
+    </mvn>
 
     <option project="ant"/>
     <option project="commons-beanutils"/>
@@ -48,4 +50,13 @@
          from="Velocity Gump &lt;dev@velocity.apache.org&gt;"/-->
   </project>
 
+  <project name="velocity-tools-test">
+    <depend project="velocity-tools"/>
+    <mvn separateLocalRepository="velocity" goal="test"/>
+    <report nested="target/surefire-reports"/>
+
+    <!--nag to="dev@velocity.apache.org"
+         from="Velocity Gump &lt;dev@velocity.apache.org&gt;"
+         subject="Test Failure - Velocity Tools"/-->
+  </project>
 </module>