all findbugs validations are activated. final fix for issue #912

This commit is contained in:
Roman Ivanov 2015-04-13 17:23:30 -07:00
parent 1f330e03d4
commit a1ad6dbd26
1 changed files with 2 additions and 2 deletions

View File

@ -265,8 +265,8 @@
<artifactId>findbugs-maven-plugin</artifactId>
<version>${maven.findbugs.plugin.version}</version>
<configuration>
<!--<effort>Max</effort>
<threshold>Low</threshold>-->
<effort>Max</effort>
<threshold>Low</threshold>
<excludeFilterFile>config/findbugs-exclude.xml</excludeFilterFile>
</configuration>
</plugin>