You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2019/03/11 13:03:03 UTC

[hbase] branch master updated: HBASE-22025 RAT check fails in nightlies; fails on (old) test data files.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 648fb72  HBASE-22025 RAT check fails in nightlies; fails on (old) test data files.
648fb72 is described below

commit 648fb72702605a24b22c084aa8fd67830f1a38b7
Author: stack <st...@apache.org>
AuthorDate: Sun Mar 10 21:42:04 2019 -0700

    HBASE-22025 RAT check fails in nightlies; fails on (old) test data files.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5498808..f408fc4 100755
--- a/pom.xml
+++ b/pom.xml
@@ -896,6 +896,8 @@
               <exclude>**/*.tgz</exclude>
               <exclude>**/*.orig</exclude>
               <exclude>**/0000000000000016310</exclude>
+              <exclude>**/a6a6562b777440fd9c34885428f5cb61.21e75333ada3d5bafb34bb918f29576c</exclude>
+              <exclude>**/8e8ab58dcf39412da19833fcd8f687ac</exclude>
               <exclude>**/.idea/**</exclude>
               <exclude>**/*.iml</exclude>
               <exclude>**/CHANGES.txt</exclude>