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/02/19 08:02:20 UTC

[hbase-connectors] branch master updated: HBASE-21923 Make apache-rat pass

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

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


The following commit(s) were added to refs/heads/master by this push:
     new befc1c8  HBASE-21923 Make apache-rat pass
befc1c8 is described below

commit befc1c856da14b320f3dd67c0463d7a3e4701c31
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Mon Feb 18 09:48:58 2019 +0100

    HBASE-21923 Make apache-rat pass
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index dbafab9..9143206 100755
--- a/pom.xml
+++ b/pom.xml
@@ -348,6 +348,8 @@
               <exclude>**/.settings/**</exclude>
               <exclude>**/patchprocess/**</exclude>
               <exclude>README.md</exclude>
+              <exclude>**/.flattened-pom.xml</exclude>
+              <exclude>**/src/main/resources/META-INF/LEGAL</exclude>
             </excludes>
           </configuration>
         </plugin>