You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/04/08 07:52:06 UTC

svn commit: r1672004 - in /commons/proper/cli/trunk: pom.xml src/site/resources/profile.jacoco

Author: britter
Date: Wed Apr  8 05:52:05 2015
New Revision: 1672004

URL: http://svn.apache.org/r1672004
Log:
Use JaCoCo coverage tool with configuration defined in parent POM

Added:
    commons/proper/cli/trunk/src/site/resources/profile.jacoco
Modified:
    commons/proper/cli/trunk/pom.xml

Modified: commons/proper/cli/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1672004&r1=1672003&r2=1672004&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Wed Apr  8 05:52:05 2015
@@ -254,11 +254,6 @@
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.5.2</version>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
         <version>2.6.1</version>
         <configuration>

Added: commons/proper/cli/trunk/src/site/resources/profile.jacoco
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/src/site/resources/profile.jacoco?rev=1672004&view=auto
==============================================================================
    (empty)