Repository: incubator-reef Updated Branches: refs/heads/master 57b2ab279 -> af2be6b99
http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/af2be6b9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 04c01d9..490bbe7 100644 --- a/pom.xml +++ b/pom.xml @@ -304,7 +304,7 @@ under the License. <version>${findbugs.version}</version> <configuration> <effort>Max</effort> - <threshold>Low</threshold> + <threshold>High</threshold> <failOnError>false</failOnError> <findbugsXmlOutputDirectory>${project.build.directory}/findbugs</findbugsXmlOutputDirectory> <excludeFilterFile>${rootPath}/lang/java/reef-common/src/main/resources/findbugs-exclude.xml</excludeFilterFile>
