On 01/12/2015 07:04 PM, sebb wrote: > On 12 January 2015 at 15:25, <[email protected]> wrote: >> 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. > > There is support for Jacoco and/or Cordova in the Commons Parent. > > No need to configure anything locally in the POM, see: > > http://commons.apache.org/commons-parent-pom.html#Profiles
yes, I know, thats why I removed the cobertura config from the pom. If you look at the repository, you will already find the jacoco config file at src/site/resources/profile.jacoco. Thomas > > et seq. > >> 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> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
