Repository: hbase Updated Branches: refs/heads/0.98 903854d0e -> 076c4cd5b Updated Tags: refs/tags/0.98.7RC0 baebbb668 -> fc6c35128
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/076c4cd5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/076c4cd5 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/076c4cd5 Branch: refs/heads/0.98 Commit: 076c4cd5b37082fff7ed30cdbb928dd98de35de8 Parents: 903854d Author: Andrew Purtell <[email protected]> Authored: Mon Oct 6 23:48:46 2014 -0700 Committer: Andrew Purtell <[email protected]> Committed: Mon Oct 6 23:49:16 2014 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/076c4cd5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 782658e..5f63c0b 100644 --- a/pom.xml +++ b/pom.xml @@ -676,6 +676,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>
