You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2013/04/23 23:55:22 UTC

svn commit: r1471171 - in /hbase/branches/0.95: dev-support/test-patch.properties pom.xml

Author: stack
Date: Tue Apr 23 21:55:21 2013
New Revision: 1471171

URL: http://svn.apache.org/r1471171
Log:
HBASE-8406 Fix rat check and rat warning in trunk

Modified:
    hbase/branches/0.95/dev-support/test-patch.properties
    hbase/branches/0.95/pom.xml

Modified: hbase/branches/0.95/dev-support/test-patch.properties
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/dev-support/test-patch.properties?rev=1471171&r1=1471170&r2=1471171&view=diff
==============================================================================
--- hbase/branches/0.95/dev-support/test-patch.properties (original)
+++ hbase/branches/0.95/dev-support/test-patch.properties Tue Apr 23 21:55:21 2013
@@ -18,7 +18,7 @@ MAVEN_OPTS="-Xmx3g"
 # 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

Modified: hbase/branches/0.95/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/pom.xml?rev=1471171&r1=1471170&r2=1471171&view=diff
==============================================================================
--- hbase/branches/0.95/pom.xml (original)
+++ hbase/branches/0.95/pom.xml Tue Apr 23 21:55:21 2013
@@ -652,7 +652,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>