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 04:43:28 UTC

[hbase] branch branch-2.1 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 branch-2.1
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit cb86e073df706bb0fe2f15d9969baa8bad56ff7e
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 ceae3c9..b48d9b1 100755
--- a/pom.xml
+++ b/pom.xml
@@ -781,6 +781,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>