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/08/03 04:43:29 UTC

svn commit: r981727 - /gump/metadata/project/commons-proper.xml

Author: bodewig
Date: Tue Aug  3 02:43:28 2010
New Revision: 981727

URL: http://svn.apache.org/viewvc?rev=981727&view=rev
Log:
split build and tests for commons-exec

Modified:
    gump/metadata/project/commons-proper.xml

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=981727&r1=981726&r2=981727&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Tue Aug  3 02:43:28 2010
@@ -431,7 +431,9 @@
     <package>org.apache.commons.exex</package>
     <description>Commons Exec Package</description>
     
-    <mvn basedir="exec" goal="package"/>
+    <mvn basedir="exec" goal="package">
+      <property name="maven.test.skip.exec" value="true"/>
+    </mvn>
     
     <option project="commons-lang-2.x"/>
     <option project="junit"/>
@@ -440,6 +442,14 @@
          from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>
 
+  <project name="commons-exec-test">
+    <depend project="commons-exec"/>
+    <mvn basedir="exec" goal="test"/>
+    <junitreport nested="exec/target/surefire-reports"/>
+    <nag to="dev@commons.apache.org"
+         from="Gump &lt;issues@commons.apache.org&gt;"/>
+  </project>
+
   <project name="commons-fileupload" groupId="commons-fileupload">
     <package>org.apache.commons.fileupload</package>
     <description>Commons File Upload Package</description>