You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2012/10/04 20:28:48 UTC

svn commit: r1394198 - in /pig/branches/branch-0.10: CHANGES.txt ivy/ivysettings.xml

Author: daijy
Date: Thu Oct  4 18:28:48 2012
New Revision: 1394198

URL: http://svn.apache.org/viewvc?rev=1394198&view=rev
Log:
PIG-2944: ivysettings.xml does not let you override .m2/repository

Modified:
    pig/branches/branch-0.10/CHANGES.txt
    pig/branches/branch-0.10/ivy/ivysettings.xml

Modified: pig/branches/branch-0.10/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.10/CHANGES.txt?rev=1394198&r1=1394197&r2=1394198&view=diff
==============================================================================
--- pig/branches/branch-0.10/CHANGES.txt (original)
+++ pig/branches/branch-0.10/CHANGES.txt Thu Oct  4 18:28:48 2012
@@ -408,6 +408,8 @@ PIG-2590: running ant tar and rpm target
 
 BUG FIXES
 
+PIG-2944: PIG-2944: ivysettings.xml does not let you override .m2/repository (raluri via daijy)
+
 PIG-2666: LoadFunc.setLocation() is not called when pig script only has Order By (daijy)
 
 PIG-2671: e2e harness: Reference local test path via :LOCALTESTPATH: (thw via daijy)

Modified: pig/branches/branch-0.10/ivy/ivysettings.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.10/ivy/ivysettings.xml?rev=1394198&r1=1394197&r2=1394198&view=diff
==============================================================================
--- pig/branches/branch-0.10/ivy/ivysettings.xml (original)
+++ pig/branches/branch-0.10/ivy/ivysettings.xml Thu Oct  4 18:28:48 2012
@@ -32,7 +32,7 @@
   <property name="repo.maven.org" value="${mvnrepo}" override="true"/>
   <property name="repo.jboss.org" value="http://repository.jboss.com/nexus/content/groups/public/" override="false"/>
   <property name="repo.apache.snapshots" value="http://repository.apache.org/content/groups/snapshots-group/" override="false"/>
-  <property name="repo.dir" value="${user.home}/.m2/repository"/>
+  <property name="repo.dir" value="${user.home}/.m2/repository" override="false"/>
   <property name="maven2.pattern"  value="[organisation]/[module]/[revision]/[module]-[revision](-[classifier])"/> 
   <property name="maven2.pattern.ext" value="${maven2.pattern}.[ext]"/>
   <property name="snapshot.pattern"  value="[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]"/>