You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2014/04/11 00:43:47 UTC

svn commit: r1586498 - /hive/trunk/pom.xml

Author: hashutosh
Date: Thu Apr 10 22:43:47 2014
New Revision: 1586498

URL: http://svn.apache.org/r1586498
Log:
HIVE-6870 : Fix maven.repo.local setting in Hive build (Jason Dere via Ashutosh Chauhan)

Modified:
    hive/trunk/pom.xml

Modified: hive/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/pom.xml?rev=1586498&r1=1586497&r2=1586498&view=diff
==============================================================================
--- hive/trunk/pom.xml (original)
+++ hive/trunk/pom.xml Thu Apr 10 22:43:47 2014
@@ -56,7 +56,7 @@
     <!-- Build Properties -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
-    <maven.repo.local>${user.home}/.m2/repository</maven.repo.local>
+    <maven.repo.local>${settings.localRepository}</maven.repo.local>
     <hive.path.to.root>.</hive.path.to.root>
 
     <!-- Test Properties -->