You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2012/06/02 01:20:14 UTC

svn commit: r1345391 - /hbase/trunk/pom.xml

Author: tedyu
Date: Fri Jun  1 23:20:14 2012
New Revision: 1345391

URL: http://svn.apache.org/viewvc?rev=1345391&view=rev
Log:
HBASE-6138 HadoopQA not running findbugs [Trunk] (Anoop Sam John)

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1345391&r1=1345390&r2=1345391&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Fri Jun  1 23:20:14 2012
@@ -483,7 +483,7 @@
           <configuration>
             <findbugsXmlOutput>true</findbugsXmlOutput>
             <xmlOutput>true</xmlOutput>
-            <excludeFilterFile>${parent.basedir}/dev-support/findbugs-exclude.xml</excludeFilterFile>
+            <excludeFilterFile>${parent.basedir}/../dev-support/findbugs-exclude.xml</excludeFilterFile>
             <effort>Max</effort>
           </configuration>
         </plugin>