You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by se...@apache.org on 2012/07/18 13:29:45 UTC

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

Author: sebb
Date: Wed Jul 18 11:29:44 2012
New Revision: 1362887

URL: http://svn.apache.org/viewvc?rev=1362887&view=rev
Log:
Add test phase for commons logging

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=1362887&r1=1362886&r2=1362887&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Wed Jul 18 11:29:44 2012
@@ -836,6 +836,14 @@
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>
 
+  <project name="commons-logging-test">
+    <depend project="commons-logging"/>
+    <mvn2 basedir="logging" goal="test"/>
+    <report nested="logging/target/surefire-reports"/>
+    <nag to="dev@commons.apache.org"
+         from="Gump &lt;issues@commons.apache.org&gt;"/>
+  </project>
+
   <project name="commons-math">
     <package>org.apache.commons.math</package>
     <description>The Jakarta Mathematics Library</description>