Repository: incubator-tamaya Updated Branches: refs/heads/master de354a1eb -> 1bb8742ba
TAMAYA-53 Disabled FindBugs to have time to overhaul the FindBugs configuration. Currently it reports to many Java 8 related false positives. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/1bb8742b Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/1bb8742b Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/1bb8742b Branch: refs/heads/master Commit: 1bb8742ba045fc9bc9816d67b6cc6e44920f413c Parents: de354a1 Author: Oliver B. Fischer <[email protected]> Authored: Mon Jan 26 16:37:28 2015 +0100 Committer: Oliver B. Fischer <[email protected]> Committed: Mon Jan 26 16:37:28 2015 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/1bb8742b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6f1d5fe..fc48700 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ under the License. </prerequisites> <properties> - <findbugs.skip>false</findbugs.skip> + <findbugs.skip>true</findbugs.skip> <jdkVersion>1.8</jdkVersion> <maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel> <maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
