You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by rh...@apache.org on 2014/04/15 02:35:06 UTC

svn commit: r1587373 - /hive/branches/branch-0.13/packaging/src/main/assembly/src.xml

Author: rhbutani
Date: Tue Apr 15 00:35:05 2014
New Revision: 1587373

URL: http://svn.apache.org/r1587373
Log:
HIVE-6906 Fix assembly/src.xml so that sr tar ball contains top level pom.xml (Harish Butani via Ashutosh Chauhan)

Modified:
    hive/branches/branch-0.13/packaging/src/main/assembly/src.xml

Modified: hive/branches/branch-0.13/packaging/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/packaging/src/main/assembly/src.xml?rev=1587373&r1=1587372&r2=1587373&view=diff
==============================================================================
--- hive/branches/branch-0.13/packaging/src/main/assembly/src.xml (original)
+++ hive/branches/branch-0.13/packaging/src/main/assembly/src.xml Tue Apr 15 00:35:05 2014
@@ -66,6 +66,9 @@
         <include>contrib/**/*</include>
         <include>metastore/**/*</include>
         <include>odbc/**/*</include>
+        <include>packaging/pom.xml</include>
+        <include>packaging/src/**/*</include>
+        <include>pom.xml</include>
         <include>ql/**/*</include>
         <include>serde/**/*</include>
         <include>service/**/*</include>