Repository: hbase Updated Branches: refs/heads/master 24580ace5 -> c817aa386
HBASE-14774 Addendum: Exclude src/main/site/resources/repo 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/c817aa38 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c817aa38 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c817aa38 Branch: refs/heads/master Commit: c817aa386cdbadbfd8aae2721862b11a7034ab14 Parents: 24580ac Author: Misty Stanley-Jones <[email protected]> Authored: Wed Nov 11 07:20:03 2015 +1000 Committer: Misty Stanley-Jones <[email protected]> Committed: Wed Nov 11 07:20:35 2015 +1000 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/c817aa38/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e2871ce..ff365d7 100644 --- a/pom.xml +++ b/pom.xml @@ -813,6 +813,7 @@ <exclude>.svn/**</exclude> <exclude>**/.settings/**</exclude> <exclude>**/patchprocess/**</exclude> + <exclude>src/main/site/resources/repo/**</exclude> </excludes> </configuration> </plugin>
