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

svn commit: r812299 - /gump/metadata/project/commons-lang-2.x.xml

Author: billbarker
Date: Mon Sep  7 22:46:23 2009
New Revision: 812299

URL: http://svn.apache.org/viewvc?rev=812299&view=rev
Log:
Split out the tests, since it seems to fail 1:3 on vmgump instead of 1:1000 as claimed.

This is a static project, so should never fail. But when it fails, it hoses all the M2 builds.

Modified:
    gump/metadata/project/commons-lang-2.x.xml

Modified: gump/metadata/project/commons-lang-2.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-lang-2.x.xml?rev=812299&r1=812298&r2=812299&view=diff
==============================================================================
--- gump/metadata/project/commons-lang-2.x.xml (original)
+++ gump/metadata/project/commons-lang-2.x.xml Mon Sep  7 22:46:23 2009
@@ -27,9 +27,15 @@
   <project name="commons-lang-2.x" groupId="commons-lang">
     <package>org.apache.commons.lang</package>
     <description>utilities for the classes that are in java.lang's hierarchy</description>
-    <mvn goal="package" separateLocalRepository="true"/>
+    <mvn goal="package" separateLocalRepository="true">
+      <property name="maven.test.skip.exec" value="true"/>
+    </mvn>
 
     <jar name="target/commons-lang-2.4.jar" id="commons-lang"/>
 
   </project>
+  <project name="commons-lang-2.x-test" >
+    <mvn goal="package" />
+    <depend project="commons-lang-2.x" />
+  </project>
 </module>