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 2013/05/01 02:11:35 UTC

svn commit: r1477886 - /hive/branches/branch-0.11/build.xml

Author: hashutosh
Date: Wed May  1 00:11:34 2013
New Revision: 1477886

URL: http://svn.apache.org/r1477886
Log:
HIVE-4461 : hcatalog jars not getting published to maven repo (Alan Gates via Ashutosh Chauhan)

Modified:
    hive/branches/branch-0.11/build.xml

Modified: hive/branches/branch-0.11/build.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.11/build.xml?rev=1477886&r1=1477885&r2=1477886&view=diff
==============================================================================
--- hive/branches/branch-0.11/build.xml (original)
+++ hive/branches/branch-0.11/build.xml Wed May  1 00:11:34 2013
@@ -1213,7 +1213,7 @@
     <if>
       <equals arg1="${mvn.publish.repo}" arg2="staging" />
       <then>
-        <ant antfile="hcatalog" target="mvn-publish">
+        <ant dir="hcatalog" target="mvn-deploy-signed">
           <property name="mvn.deploy.repo.id" value="${mvn.staging.repo.id}"/>
           <property name="mvn.deploy.repo.url" value="${mvn.staging.repo.url}"/>
         </ant>
@@ -1225,7 +1225,7 @@
         </then>
       </elseif>
       <else>
-        <ant antfile="hcatalog" target="mvn-publish">
+        <ant dir="hcatalog" target="mvn-deploy-signed">
           <property name="mvn.deploy.repo.id" value="${mvn.deploy.id}"/>
           <property name="mvn.deploy.repo.url" value="${mvn.deploy.url}"/>
         </ant>