You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2015/08/20 23:14:29 UTC

[2/2] hbase git commit: HBASE-14225 Exclude **/target/** from RAT checks

HBASE-14225 Exclude **/target/** from RAT checks


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

Branch: refs/heads/0.98
Commit: d96563c3acc548e1400513126d94e1cca2bc6e86
Parents: 0ed2303
Author: Andrew Purtell <ap...@apache.org>
Authored: Thu Aug 20 14:13:50 2015 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Thu Aug 20 14:13:50 2015 -0700

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/d96563c3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d544e32..ae3a783 100644
--- a/pom.xml
+++ b/pom.xml
@@ -717,6 +717,7 @@
               <exclude>**/*.iml</exclude>
               <exclude>**/CHANGES.txt</exclude>
               <exclude>**/generated/**</exclude>
+              <exclude>**/target/**</exclude>
               <exclude>**/gen-*/**</exclude>
               <!-- No material contents -->
               <exclude>conf/regionservers</exclude>