You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by om...@apache.org on 2017/07/17 22:41:34 UTC

[3/5] hive git commit: HIVE-16504: Addition of binary licenses broke rat check (Alan Gates via Pengcheng Xiong)

HIVE-16504: Addition of binary licenses broke rat check (Alan Gates via Pengcheng Xiong)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/0a35123a
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/0a35123a
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/0a35123a

Branch: refs/heads/branch-2.2
Commit: 0a35123acd6570b410bc508b042eb420403cf856
Parents: cd743b0
Author: Pengcheng Xiong <px...@hortonworks.com>
Authored: Thu Apr 27 00:06:14 2017 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Mon Jul 17 15:15:48 2017 -0700

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/0a35123a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6f4c153..b53f2c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1146,6 +1146,7 @@
 	<version>0.10</version>
 	<configuration>
 	  <excludes>
+	    <exclude>binary-package-licenses/**</exclude>
 	    <exclude>data/**</exclude>
 	    <exclude>conf/**</exclude>
 	    <exclude>checkstyle/**</exclude>