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:16:52 UTC

svn commit: r1423468 - /hive/trunk/build-common.xml

Author: hashutosh
Date: Tue Dec 18 15:16:51 2012
New Revision: 1423468

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

Modified:
    hive/trunk/build-common.xml

Modified: hive/trunk/build-common.xml
URL: http://svn.apache.org/viewvc/hive/trunk/build-common.xml?rev=1423468&r1=1423467&r2=1423468&view=diff
==============================================================================
--- hive/trunk/build-common.xml (original)
+++ hive/trunk/build-common.xml Tue Dec 18 15:16:51 2012
@@ -492,6 +492,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>