You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2020/06/15 08:56:59 UTC

[hive] 03/05: HIVE-23678: Don't enforce ASF license headers on target files (Karen Coppage reviewed by Panagiotis Garefalakis, Zoltan Haindrich)

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

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

commit 1e11e354a48891956be1fee01e0dafaecbcc642e
Author: Karen Coppage <ka...@cloudera.com>
AuthorDate: Mon Jun 15 08:03:59 2020 +0000

    HIVE-23678: Don't enforce ASF license headers on target files (Karen Coppage reviewed by Panagiotis Garefalakis, Zoltan Haindrich)
    
    Signed-off-by: Zoltan Haindrich <ki...@rxd.hu>
    
    Closes apache/hive#1098
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 2a31dbd..c6a5417 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1459,6 +1459,7 @@
 	    <exclude>**/*.q.out_*</exclude>
 	    <exclude>**/*.xml</exclude>
 	    <exclude>**/gen/**</exclude>
+	    <exclude>**/target/**</exclude>
 	    <exclude>**/scripts/**</exclude>
 	    <exclude>**/resources/**</exclude>
 	    <exclude>**/*.rc</exclude>