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/18 16:20:44 UTC

svn commit: r1423469 - /hive/branches/branch-0.10/build-common.xml

Author: hashutosh
Date: Tue Dec 18 15:20:43 2012
New Revision: 1423469

URL: http://svn.apache.org/viewvc?rev=1423469&view=rev
Log:
HIVE-3792 : hive pom file has missing conf and scope mapping for compile configuration. (Ashish Singh via Ashutosh Chauhan)

Modified:
    hive/branches/branch-0.10/build-common.xml

Modified: hive/branches/branch-0.10/build-common.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.10/build-common.xml?rev=1423469&r1=1423468&r2=1423469&view=diff
==============================================================================
--- hive/branches/branch-0.10/build-common.xml (original)
+++ hive/branches/branch-0.10/build-common.xml Tue Dec 18 15:20:43 2012
@@ -491,6 +491,7 @@
     <ivy:makepom ivyfile="${basedir}/ivy.xml" pomfile="${build.dir}/pom.xml">
       <mapping conf="default" scope="compile" />
       <mapping conf="runtime" scope="compile" />
+      <mapping conf="compile" scope="compile" />
     </ivy:makepom>
     <replace file="${build.dir}/pom.xml">
       <replacetoken>&lt;dependencies&gt;</replacetoken>