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/02/12 00:09:13 UTC

[2/2] hbase git commit: HBASE-13020 Add 'patchprocess/*' to RAT excludes on all branches

HBASE-13020 Add 'patchprocess/*' to RAT excludes on all branches


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

Branch: refs/heads/0.94
Commit: 0dcb39828586a43a9df0419c35e779e51bf229ac
Parents: 25d4d26
Author: Andrew Purtell <ap...@apache.org>
Authored: Wed Feb 11 15:03:49 2015 -0800
Committer: Andrew Purtell <ap...@apache.org>
Committed: Wed Feb 11 15:03:49 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/0dcb3982/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3a72dba..4b547c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -535,6 +535,7 @@
               <!--  exclude source control files -->
               <exclude>.git/**</exclude>
               <exclude>.svn/**</exclude>
+              <exclude>**/patchprocess/**</exclude>
             </excludes>
           </configuration>
 	</plugin>