HBASE-6138 HadoopQA not running findbugs [Trunk] (Anoop Sam John)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1345391 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2012-06-01 23:20:14 +00:00
parent 06618e6623
commit 62154f1a1a
1 changed files with 1 additions and 1 deletions

View File

@ -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>