Removed findbugs since it creatred errors.
Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/684a7809 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/684a7809 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/684a7809 Branch: refs/heads/master Commit: 684a7809944674c507c34c970201a84614338a59 Parents: 3d851c6 Author: anatole <[email protected]> Authored: Sun Dec 18 15:04:56 2016 +0100 Committer: anatole <[email protected]> Committed: Sun Dec 18 15:04:56 2016 +0100 ---------------------------------------------------------------------- code/pom.xml | 9 --------- 1 file changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/684a7809/code/pom.xml ---------------------------------------------------------------------- diff --git a/code/pom.xml b/code/pom.xml index 7f94fbb..9d227bb 100644 --- a/code/pom.xml +++ b/code/pom.xml @@ -37,13 +37,4 @@ under the License. <module>core</module> </modules> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - </plugin> - </plugins> - </build> - </project>
