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 2011/11/20 06:37:02 UTC

svn commit: r1204127 - /gump/metadata/project/apache-mailet.xml

Author: bodewig
Date: Sun Nov 20 05:37:02 2011
New Revision: 1204127

URL: http://svn.apache.org/viewvc?rev=1204127&view=rev
Log:
now mailet-base-test produced the jar but didn't run the tests.  Split out jar creation into a separate project

Modified:
    gump/metadata/project/apache-mailet.xml

Modified: gump/metadata/project/apache-mailet.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/apache-mailet.xml?rev=1204127&r1=1204126&r2=1204127&view=diff
==============================================================================
--- gump/metadata/project/apache-mailet.xml (original)
+++ gump/metadata/project/apache-mailet.xml Sun Nov 20 05:37:02 2011
@@ -75,10 +75,15 @@
 
   <project name="apache-mailet-base-test">
     <depend project="apache-mailet-base"/>
+    <mvn3 basedir="base/trunk"/>
+    <report nested="base/trunk/target/surefire-reports"/>
+  </project>
+
+  <project name="apache-mailet-base-testjar">
+    <depend project="apache-mailet-base"/>
     <mvn3 basedir="base/trunk" goal="jar:test-jar"/>
     <jar name="base/trunk/target/apache-mailet-base-*[0-9T]-tests.jar"
          type="testsjar" id="apache-mailet-base"/>
-    <report nested="base/trunk/target/surefire-reports"/>
   </project>
 
   <project name="apache-standard-mailets">
@@ -93,7 +98,7 @@
     <depend project="javamail"/>
     <option project="apache-mailet"/>
     <option project="apache-mailet-base"/>
-    <option project="apache-mailet-base-test"/>
+    <option project="apache-mailet-base-testjar"/>
     <option project="junit"/>
 
     <jar name="standard/trunk/target/apache-standard-mailets-*[0-9T].jar"/>