You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by mi...@apache.org on 2015/06/16 05:26:25 UTC

hbase git commit: Add src/main/asciidoc/asciidoctor.css to RAT exclusion list in POM

Repository: hbase
Updated Branches:
  refs/heads/master cba9ea61d -> fd8c13f61


Add src/main/asciidoc/asciidoctor.css to RAT exclusion list in POM


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

Branch: refs/heads/master
Commit: fd8c13f61ab3a6f86489d091f45820fe1372ea22
Parents: cba9ea6
Author: Andrew Purtell <ap...@apache.org>
Authored: Wed Mar 18 18:16:46 2015 -0700
Committer: Misty Stanley-Jones <ms...@cloudera.com>
Committed: Tue Jun 16 13:26:17 2015 +1000

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/fd8c13f6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b51b2ba..492365a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -764,6 +764,7 @@
               <!--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>src/main/asciidoc/asciidoctor.css</exclude>
               <!--  exclude source control files -->
               <exclude>.git/**</exclude>
               <exclude>.svn/**</exclude>