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/02/16 10:30:36 UTC

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

Author: bodewig
Date: Wed Feb 16 09:30:36 2011
New Revision: 1071184

URL: http://svn.apache.org/viewvc?rev=1071184&view=rev
Log:
another test class that cannot be compiled

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=1071184&r1=1071183&r2=1071184&view=diff
==============================================================================
--- gump/metadata/project/apache-mailet.xml (original)
+++ gump/metadata/project/apache-mailet.xml Wed Feb 16 09:30:36 2011
@@ -47,8 +47,10 @@
   <project name="apache-mailet-base">
     <package>org.apache.mailet</package>
 
-    <mvn2 goal="install" basedir="base/trunk"/>
-	
+    <mvn2 goal="install" basedir="base/trunk">
+      <property name="maven.test.skip" value="true"/>
+    </mvn2>
+
     <depend project="jaf"/>
     <depend project="james-project"/>
     <depend project="javamail"/>
@@ -57,8 +59,14 @@
     <option project="junit"/>
 
     <jar name="base/trunk/target/apache-mailet-base-*[0-9T].jar"/>
+  </project>
+
+  <project name="apache-mailet-base-test">
+    <depend project="apache-mailet-base"/>
+    <mvn2 basedir="base/trunk"/>
     <jar name="base/trunk/target/apache-mailet-base-*[0-9T]-tests.jar"
-         type="testsjar"/>
+         type="testsjar" id="apache-mailet-base"/>
+    <report nested="base/trunk/target/surefire-reports"/>
   </project>
 
   <project name="apache-standard-mailets">
@@ -73,6 +81,7 @@
     <depend project="javamail"/>
     <option project="apache-mailet"/>
     <option project="apache-mailet-base"/>
+    <option project="apache-mailet-base-test"/>
     <option project="junit"/>
 
     <jar name="standard/trunk/target/apache-standard-mailets-*[0-9T].jar"/>