You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by pt...@apache.org on 2008/11/13 04:42:17 UTC

svn commit: r713624 - in /gump/metadata/project: cargo.xml jakarta-cactus.xml

Author: ptahchiev
Date: Wed Nov 12 19:42:17 2008
New Revision: 713624

URL: http://svn.apache.org/viewvc?rev=713624&view=rev
Log:
Added the junit tag in order to get the junit reports in the web UI.

Modified:
    gump/metadata/project/cargo.xml
    gump/metadata/project/jakarta-cactus.xml

Modified: gump/metadata/project/cargo.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/cargo.xml?rev=713624&r1=713623&r2=713624&view=diff
==============================================================================
--- gump/metadata/project/cargo.xml (original)
+++ gump/metadata/project/cargo.xml Wed Nov 12 19:42:17 2008
@@ -43,6 +43,8 @@
     <option project="xml-apis"/>
     <option project="xml-xerces"/>
     
+    <junitreport nested="build/test-report" />
+    
     <jar name="uberjar/target/cargo-core-uberjar-1.0-SNAPSHOT.jar"/>
   </project>
 </module>

Modified: gump/metadata/project/jakarta-cactus.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jakarta-cactus.xml?rev=713624&r1=713623&r2=713624&view=diff
==============================================================================
--- gump/metadata/project/jakarta-cactus.xml (original)
+++ gump/metadata/project/jakarta-cactus.xml Wed Nov 12 19:42:17 2008
@@ -48,6 +48,8 @@
     <mvn goal="install" separateLocalRepository="true">
       <property name="surefire.useFile" value="false"/>
     </mvn>
+    
+    <junitreport nested="build/test-report" />
       
     <nag from="Petar Tahchiev &lt;ptahchiev@apache.org&gt;"
          to="cactus-dev@jakarta.apache.org"/>