Author: tn
Date: Mon Jan 12 15:25:06 2015
New Revision: 1651118

URL: http://svn.apache.org/r1651118
Log:
Remove cobertura plugin -> switched to jacoco.

Modified:
    commons/proper/collections/trunk/pom.xml

Modified: commons/proper/collections/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1651118&r1=1651117&r2=1651118&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Mon Jan 12 15:25:06 2015
@@ -610,11 +610,6 @@
        </configuration>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.6</version>
-      </plugin>
-      <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
         <version>2.7.1</version>
         <configuration>


Reply via email to