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/25 11:51:50 UTC

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

Author: bodewig
Date: Fri Sep 25 09:51:50 2009
New Revision: 818795

URL: http://svn.apache.org/viewvc?rev=818795&view=rev
Log:
allow commons-configuration-test to use the shared local repository

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=818795&r1=818794&r2=818795&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Fri Sep 25 09:51:50 2009
@@ -275,10 +275,11 @@
   
  <project name="commons-configuration-test" groupId="commons-configuration">
     
-    <mvn basedir="configuration" goal="test" separateLocalRepository="true"/>
+    <mvn basedir="configuration" goal="test"/>
     
     <depend project="commons-configuration"/>
- 
+    <option project="commons-jexl"/>
+
     <junitreport nested="configuration/target/surefire-reports"/>
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>