You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by br...@apache.org on 2013/08/08 18:10:35 UTC

svn commit: r1511847 - /hive/trunk/hcatalog/build-support/ant/deploy.xml

Author: brock
Date: Thu Aug  8 16:10:35 2013
New Revision: 1511847

URL: http://svn.apache.org/r1511847
Log:
HIVE-5010: HCatalog maven integration doesn't override mvn.local.repo in two locations

Modified:
    hive/trunk/hcatalog/build-support/ant/deploy.xml

Modified: hive/trunk/hcatalog/build-support/ant/deploy.xml
URL: http://svn.apache.org/viewvc/hive/trunk/hcatalog/build-support/ant/deploy.xml?rev=1511847&r1=1511846&r2=1511847&view=diff
==============================================================================
--- hive/trunk/hcatalog/build-support/ant/deploy.xml (original)
+++ hive/trunk/hcatalog/build-support/ant/deploy.xml Thu Aug  8 16:10:35 2013
@@ -81,9 +81,11 @@
         <antcall target="hive-mvn-publish" />
         <artifact:dependencies>
             <dependency groupId="org.apache.hcatalog" artifactId="hcatalog" version="${hcatalog.version}" scope="system" systemPath="${path.to.basedir}/pom.xml"/>
+            <artifact:localRepository path="${mvn.local.repo}"/>
         </artifact:dependencies>
         <artifact:pom id="mvn.pom" file="pom.xml">
             <profile id="${_mvn.hadoop.profile}"/>
+            <artifact:localRepository path="${mvn.local.repo}"/>
         </artifact:pom>
         <property name="mvn-init.complete" value="true"/>
     </target>