Repository: hbase Updated Branches: refs/heads/master 64df10b61 -> 989c6262f
Exclude dev-support/hbase_docker/README.md from RAT Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/989c6262 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/989c6262 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/989c6262 Branch: refs/heads/master Commit: 989c6262ffbb0d4b39f6e49932b03821f8f6d2ed Parents: 64df10b Author: Andrew Purtell <[email protected]> Authored: Mon Oct 6 23:52:15 2014 -0700 Committer: Andrew Purtell <[email protected]> Committed: Mon Oct 6 23:54:42 2014 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/989c6262/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index abca205..6503651 100644 --- a/pom.xml +++ b/pom.xml @@ -634,6 +634,7 @@ <!-- auto-gen docs --> <!--It don't like freebsd license--> <exclude>**/src/main/site/resources/css/freebsd_docbook.css</exclude> + <exclude>dev-support/hbase_docker/README.md</exclude> <!-- exclude source control files --> <exclude>.git/**</exclude> <exclude>.svn/**</exclude>
