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 2008/08/14 06:25:00 UTC

svn commit: r685760 - in /gump/metadata/project: commons-proper.xml turbine-fulcrum.xml

Author: bodewig
Date: Wed Aug 13 21:24:55 2008
New Revision: 685760

URL: http://svn.apache.org/viewvc?rev=685760&view=rev
Log:
force a separate local mvn repo until all dependencies have been identified

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

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=685760&r1=685759&r2=685760&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Wed Aug 13 21:24:55 2008
@@ -218,7 +218,7 @@
     <!-- Standard Maven target to produce Javadocs, source -->
     <!-- and binary distributions.                         -->
     
-    <mvn basedir="configuration" goal="package">
+    <mvn basedir="configuration" goal="package" separateLocalRepository="true">
       <property name="maven.final.name" value="commons-configuration-@@DATE@@"/>
     </mvn>
     

Modified: gump/metadata/project/turbine-fulcrum.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/turbine-fulcrum.xml?rev=685760&r1=685759&r2=685760&view=diff
==============================================================================
--- gump/metadata/project/turbine-fulcrum.xml (original)
+++ gump/metadata/project/turbine-fulcrum.xml Wed Aug 13 21:24:55 2008
@@ -855,7 +855,7 @@
   </project>  
 
   <project name="fulcrum-yaafi-crypto">
-    <mvn basedir="yaafi-crypto"/>
+    <mvn basedir="yaafi-crypto" separateLocalRepository="true"/>
     
     <package>org.apache.fulcrum</package>