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/16 07:59:52 UTC

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

Author: bodewig
Date: Wed Nov 16 06:59:52 2011
New Revision: 1202552

URL: http://svn.apache.org/viewvc?rev=1202552&view=rev
Log:
build tests but don't run them so the tests jar gets created

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=1202552&r1=1202551&r2=1202552&view=diff
==============================================================================
--- gump/metadata/project/apache-mailet.xml (original)
+++ gump/metadata/project/apache-mailet.xml Wed Nov 16 06:59:52 2011
@@ -60,7 +60,7 @@
     <package>org.apache.mailet</package>
 
     <mvn3 goal="install" basedir="base/trunk">
-      <property name="maven.test.skip" value="true"/>
+      <property name="skipTests" value="true"/>
     </mvn3>
 
     <depend project="jaf"/>