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

[hbase] branch branch-2.0 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.

psomogyi pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit ac3e9eb7d4e7bf036c17a885d1edc639ba642427
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 1e56f53..29e788d 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>**/generated/**</exclude>