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 2009/09/16 18:01:02 UTC

svn commit: r815854 - /gump/metadata/project/commons-proper.xml

Author: bodewig
Date: Wed Sep 16 16:01:01 2009
New Revision: 815854

URL: http://svn.apache.org/viewvc?rev=815854&view=rev
Log:
A mvn build without any dependencies must have a local repo of its own or it will render Gump useless for subsequent mvn builds

Modified:
    gump/metadata/project/commons-proper.xml

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=815854&r1=815853&r2=815854&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Wed Sep 16 16:01:01 2009
@@ -209,7 +209,7 @@
     <jar name="commons-collections-@@DATE@@.jar"/>
     <javadoc nested="collections/build/docs/apidocs"/>
 -->
-    <mvn basedir="collections"/>
+    <mvn basedir="collections" separateLocalRepository="true"/>
     <jar name="collections/target/commons-collections-3.3-SNAPSHOT.jar" />
 
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>