Repository: hive
Updated Branches:
  refs/heads/master 5b3a561c9 -> 158f119ee


HIVE-19091 : [Hive 3.0.0 Release] Rat check failure fixes (Vineet Garg, 
reviewed by Ashutosh Chauhan)


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

Branch: refs/heads/master
Commit: 158f119eeeb9d248f387db48ffce5574cb892e90
Parents: 5b3a561
Author: Vineet Garg <vg...@apache.org>
Authored: Fri Apr 6 13:29:27 2018 -0700
Committer: Vineet Garg <vg...@apache.org>
Committed: Fri Apr 6 13:29:27 2018 -0700

----------------------------------------------------------------------
 standalone-metastore/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/158f119e/standalone-metastore/pom.xml
----------------------------------------------------------------------
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 6dad64c..4bcf17f 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -680,6 +680,9 @@
         <version>0.10</version>
         <configuration>
           <excludes>
+           <exclude>binary-package-licenses/**</exclude>
+            <exclude>DEV-README</exclude>
+           <exclude>**/src/main/sql/**</exclude>
             <exclude>**/README.md</exclude>
             <exclude>**/*.iml</exclude>
             <exclude>**/*.txt</exclude>

Reply via email to