From efa27bbfbe665185aed98b4ad3d93af4d643c141 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Sat, 14 Mar 2015 23:13:14 -0700 Subject: [PATCH] =?UTF-8?q?fix=20from=20@mkordas=20(Micha=C5=82=20Kordas),?= =?UTF-8?q?=20Remove=20duplicate=20cobertura-maven-plugin=20declaration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 16c226225..64562a035 100644 --- a/pom.xml +++ b/pom.xml @@ -812,6 +812,15 @@ + + + com/puppycrawl/tools/checkstyle/CheckStyleTask*.class + com/puppycrawl/tools/checkstyle/doclets/*.class + com/puppycrawl/tools/checkstyle/grammars/*.class + com/puppycrawl/tools/checkstyle/grammars/javadoc/*.class + com/puppycrawl/tools/checkstyle/gui/*.class + + @@ -822,23 +831,6 @@ - - org.codehaus.mojo - cobertura-maven-plugin - 2.6 - - - - com/puppycrawl/tools/checkstyle/CheckStyleTask*.class - com/puppycrawl/tools/checkstyle/doclets/*.class - com/puppycrawl/tools/checkstyle/grammars/*.class - com/puppycrawl/tools/checkstyle/grammars/javadoc/*.class - com/puppycrawl/tools/checkstyle/gui/*.class - - - - - org.apache.maven.plugins maven-eclipse-plugin