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:29:17 UTC

svn commit: r1394199 - in /pig/branches/branch-0.9: CHANGES.txt ivy/ivysettings.xml

Author: daijy
Date: Thu Oct  4 18:29:17 2012
New Revision: 1394199

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

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

Modified: pig/branches/branch-0.9/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.9/CHANGES.txt?rev=1394199&r1=1394198&r2=1394199&view=diff
==============================================================================
--- pig/branches/branch-0.9/CHANGES.txt (original)
+++ pig/branches/branch-0.9/CHANGES.txt Thu Oct  4 18:29:17 2012
@@ -32,6 +32,8 @@ PIG-2619: HBaseStorage constructs a Scan
 
 BUG FIXES
 
+PIG-2944: PIG-2944: ivysettings.xml does not let you override .m2/repository (raluri via daijy)
+
 PIG-2912: Pig should clone JobConf while creating JobContextImpl and TaskAttemptContextImpl in Hadoop23 (rohini via daijy)
 
 PIG-2484: Fix several e2e test failures/aborts for 23 (daijy)

Modified: pig/branches/branch-0.9/ivy/ivysettings.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.9/ivy/ivysettings.xml?rev=1394199&r1=1394198&r2=1394199&view=diff
==============================================================================
--- pig/branches/branch-0.9/ivy/ivysettings.xml (original)
+++ pig/branches/branch-0.9/ivy/ivysettings.xml Thu Oct  4 18:29:17 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]"/>