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 2010/05/19 06:17:28 UTC

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

Author: bodewig
Date: Wed May 19 04:17:28 2010
New Revision: 946016

URL: http://svn.apache.org/viewvc?rev=946016&view=rev
Log:
maybe installing the snapshots helps building james

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=946016&r1=946015&r2=946016&view=diff
==============================================================================
--- gump/metadata/project/apache-mailet.xml (original)
+++ gump/metadata/project/apache-mailet.xml Wed May 19 04:17:28 2010
@@ -27,7 +27,7 @@
   <project name="apache-mailet">
     <package>org.apache.mailet</package>
 
-    <mvn goal="package" basedir="api/trunk"/>
+    <mvn goal="install" basedir="api/trunk"/>
 	
     <depend project="jaf"/>
     <depend project="javamail"/>
@@ -45,7 +45,7 @@
   <project name="apache-mailet-base">
     <package>org.apache.mailet</package>
 
-    <mvn goal="package" basedir="base/trunk"/>
+    <mvn goal="install" basedir="base/trunk"/>
 	
     <option project="apache-mailet"/>