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/17 12:46:30 UTC

[hive] branch master updated: HIVE-23711: Some IDE generated files should not be checked for license header by rat plugin (#1136)

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


The following commit(s) were added to refs/heads/master by this push:
     new 9c5edfd  HIVE-23711: Some IDE generated files should not be checked for license header by rat plugin (#1136)
9c5edfd is described below

commit 9c5edfda8349f5868ed926a03aa5d9abbdb0c8df
Author: Bodor Laszlo <bo...@gmail.com>
AuthorDate: Wed Jun 17 14:46:21 2020 +0200

    HIVE-23711: Some IDE generated files should not be checked for license header by rat plugin (#1136)
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 062ffe8..44fff7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1451,6 +1451,10 @@
       <exclude>**/*.iml</exclude>
 	    <exclude>**/*.txt</exclude>
 	    <exclude>**/*.log</exclude>
+	    <exclude>**/.factorypath</exclude>
+	    <exclude>**/.classpath</exclude>
+	    <exclude>**/.project</exclude>
+	    <exclude>**/.settings/**</exclude>
 	    <exclude>**/*.arcconfig</exclude>
 	    <exclude>**/package-info.java</exclude>
 	    <exclude>**/*.properties</exclude>