You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pv...@apache.org on 2022/03/26 05:28:22 UTC

[hive] branch master updated: HIVE-26070: Remove the generated files from the source tarball (Peter Vary reviewed by Stamatis Zampetakis) (#3141)

This is an automated email from the ASF dual-hosted git repository.

pvary pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 43c41d0  HIVE-26070: Remove the generated files from the source tarball (Peter Vary reviewed by  Stamatis Zampetakis) (#3141)
43c41d0 is described below

commit 43c41d0505089f780557e2abf965ed67101b2467
Author: pvary <pv...@cloudera.com>
AuthorDate: Sat Mar 26 06:27:59 2022 +0100

    HIVE-26070: Remove the generated files from the source tarball (Peter Vary reviewed by  Stamatis Zampetakis) (#3141)
---
 packaging/src/main/assembly/src.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/packaging/src/main/assembly/src.xml b/packaging/src/main/assembly/src.xml
index 8fc5bdc..d300816 100644
--- a/packaging/src/main/assembly/src.xml
+++ b/packaging/src/main/assembly/src.xml
@@ -41,6 +41,12 @@
         <exclude>**/.project</exclude>
         <exclude>**/.settings/**</exclude>
         <exclude>**/thirdparty/**</exclude>
+        <exclude>standalone-metastore/metastore-common/src/gen/version/**</exclude>
+        <exclude>standalone-metastore/metastore-server/src/gen/**</exclude>
+        <exclude>common/src/gen/**</exclude>
+        <exclude>kafka-handler/src/test/gen/**</exclude>
+        <exclude>conf/hive-default.xml.template</exclude>
+        <exclude>**/dependency-reduced-pom.xml</exclude>
       </excludes>
 
       <includes>