HBASE-8406 Fix rat check and rat warning in trunk

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471170 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-04-23 21:54:59 +00:00
parent 9b36388597
commit b8f0a76cf7
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ MAVEN_OPTS="-Xmx3100M"
# The number of acceptable warning for *all* modules
# Please update the per-module test-patch.properties if you update this file.
OK_RELEASEAUDIT_WARNINGS=84
OK_RELEASEAUDIT_WARNINGS=0
OK_FINDBUGS_WARNINGS=127
# Allow two warnings. Javadoc complains about sun.misc.Unsafe use. See HBASE-7457
OK_JAVADOC_WARNINGS=2

View File

@ -668,7 +668,7 @@
<exclude>docs/*</exclude>
<!-- auto-gen docs -->
<!--It don't like freebsd license-->
<exclude>**/src/site/resources/css/freebsd_docbook.css</exclude>
<exclude>**/src/main/site/resources/css/freebsd_docbook.css</exclude>
<!-- exclude source control files -->
<exclude>.git/**</exclude>
<exclude>.svn/**</exclude>