From 792a4303bc6fdf5f941cfc52f6aae00116a4388b Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Tue, 13 Mar 2012 09:48:04 +0000 Subject: [PATCH] Update checkstyle and findbugs plugins; drop unnecessary configuration git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1300036 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index add15e376..faf764f3b 100644 --- a/pom.xml +++ b/pom.xml @@ -393,7 +393,7 @@ 12310465 RC2 - 2.7 + 2.9 @@ -423,25 +423,13 @@ - org.apache.maven.plugins - maven-source-plugin + maven-checkstyle-plugin + ${checkstyle.version} - - - true - true - - + ${basedir}/checkstyle.xml + false - - maven-checkstyle-plugin - ${checkstyle.version} - - ${basedir}/checkstyle.xml - false - - @@ -457,16 +445,16 @@ org.codehaus.mojo findbugs-maven-plugin - 1.2 + 2.3.2 Normal Default - --> org.codehaus.mojo cobertura-maven-plugin