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 2012/11/15 17:12:41 UTC

svn commit: r1409862 - /hive/trunk/ivy/ivysettings.xml

Author: hashutosh
Date: Thu Nov 15 16:12:41 2012
New Revision: 1409862

URL: http://svn.apache.org/viewvc?rev=1409862&view=rev
Log:
HIVE-3291 : fix fs resolvers (Ashish Singh via Ashutosh Chauhan)

Modified:
    hive/trunk/ivy/ivysettings.xml

Modified: hive/trunk/ivy/ivysettings.xml
URL: http://svn.apache.org/viewvc/hive/trunk/ivy/ivysettings.xml?rev=1409862&r1=1409861&r2=1409862&view=diff
==============================================================================
--- hive/trunk/ivy/ivysettings.xml (original)
+++ hive/trunk/ivy/ivysettings.xml Thu Nov 15 16:12:41 2012
@@ -55,9 +55,9 @@
       <artifact pattern="${sourceforge-repo}/[module]/files/[module]/[branch]/[module]-[revision].[ext]"/>
     </url>
 
-    <filesystem name="fs" m2compatible="true" force="true">
-       <artifact pattern="${repo.dir}/org/apache/hadoop/[module]/[revision]/[module]-[revision].[ext]"/>
-       <ivy pattern="${repo.dir}/org/apache/hadoop/[module]/[revision]/[module]-[revision].pom"/>
+    <filesystem name="fs" m2compatible="true" alwaysCheckExactRevision="true">
+       <artifact pattern="${repo.dir}/[organisation]/[module]/[revision]/[module]-[revision].[ext]"/>
+       <ivy pattern="${repo.dir}/[organisation]/[module]/[revision]/[module]-[revision].pom"/>
     </filesystem>
 
     <chain name="default" dual="true" returnFirst="true"