Repository: incubator-tamaya Updated Branches: refs/heads/master 890875804 -> 39e96d29f
TAMAYA-53 Brought back FindBugs. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/1ca82f8d Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/1ca82f8d Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/1ca82f8d Branch: refs/heads/master Commit: 1ca82f8dee324655ed531fd70a5767790fb858f8 Parents: 8908758 Author: Oliver B. Fischer <[email protected]> Authored: Sun Feb 8 22:58:47 2015 +0100 Committer: Oliver B. Fischer <[email protected]> Committed: Sun Feb 8 22:58:47 2015 +0100 ---------------------------------------------------------------------- .../src/main/resources/findbugs/findbugs-exclude.xml | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/1ca82f8d/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml ---------------------------------------------------------------------- diff --git a/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml b/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml index 3d57540..7b89819 100644 --- a/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml +++ b/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml @@ -142,6 +142,10 @@ under the License. <!-- Issues to review --> <Match> + <Package name="org.apache.tamaya.core.internal"/> + </Match> + + <Match> <Class name="org.apache.tamaya.core.internal.PropertiesFileLoader"/> </Match> <Match> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/1ca82f8d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 037a9a0..f3ce465 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ under the License. </prerequisites> <properties> - <findbugs.skip>true</findbugs.skip> + <findbugs.skip>false</findbugs.skip> <jdkVersion>1.8</jdkVersion> <maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel> <maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
