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 09:18:08 UTC

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

Author: bodewig
Date: Wed Sep 16 07:18:08 2009
New Revision: 815639

URL: http://svn.apache.org/viewvc?rev=815639&view=rev
Log:
jexl is populating the local mvn repo with lots of jars, defeating Gump's purpose

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=815639&r1=815638&r2=815639&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Wed Sep 16 07:18:08 2009
@@ -552,7 +552,7 @@
   <project name="commons-jexl" groupId="commons-jexl">
     <package>org.apache.commons.jexl</package>
     <description>Commons Jexl Package</description>
-    <mvn basedir="jexl"/>
+    <mvn basedir="jexl" separateLocalRepository="true"/>
     <jar name="jexl/target/commons-jexl-2.0-SNAPSHOT.jar" />
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>