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/18 09:07:32 UTC

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

Author: bodewig
Date: Fri Nov 18 08:07:31 2011
New Revision: 1203519

URL: http://svn.apache.org/viewvc?rev=1203519&view=rev
Log:
try to explicitly build the test jar

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=1203519&r1=1203518&r2=1203519&view=diff
==============================================================================
--- gump/metadata/project/apache-mailet.xml (original)
+++ gump/metadata/project/apache-mailet.xml Fri Nov 18 08:07:31 2011
@@ -75,7 +75,7 @@
 
   <project name="apache-mailet-base-test">
     <depend project="apache-mailet-base"/>
-    <mvn3 basedir="base/trunk"/>
+    <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"/>