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/12/28 15:37:58 UTC

svn commit: r1426522 - /hive/trunk/build.xml

Author: hashutosh
Date: Fri Dec 28 14:37:58 2012
New Revision: 1426522

URL: http://svn.apache.org/viewvc?rev=1426522&view=rev
Log:
HIVE-3817 : Adding the name space for the maven task for the maven-publish target. (Ashish Singh via Ashutosh Chauhan)

Modified:
    hive/trunk/build.xml

Modified: hive/trunk/build.xml
URL: http://svn.apache.org/viewvc/hive/trunk/build.xml?rev=1426522&r1=1426521&r2=1426522&view=diff
==============================================================================
--- hive/trunk/build.xml (original)
+++ hive/trunk/build.xml Fri Dec 28 14:37:58 2012
@@ -21,7 +21,8 @@
 <project name="hive" default="jar"
          xmlns:ivy="antlib:org.apache.ivy.ant"
          xmlns:artifact="urn:maven-artifact-ant"
-         xmlns:rat="antlib:org.apache.rat.anttasks" >
+         xmlns:rat="antlib:org.apache.rat.anttasks"
+         xmlns:maven="antlib:org.apache.maven.artifact.ant">
 
   <property name="hive.root" location="${basedir}"/>
   <property file="${hive.root}/build.properties"/>