mam-dev / foss-parent

Parent POM for 1-and-1 open source projects using Maven.
http://1and1.github.io/foss-parent/github-report.html
Apache License 2.0
10 stars 4 forks source link

Update jacoco-maven-plugin to 0.6.3.201306030806 (incompatible configuration) #45

Closed mfriedenhagen closed 11 years ago

mfriedenhagen commented 11 years ago

This might require an update of configurations, because the configuration of the check goal is completely different from 0.6.2, see: http://www.eclemma.org/jacoco/trunk/doc/check-mojo.html. (https://github.com/jacoco/jacoco/wiki/CoverageCheckConfigUpgrade) The former element <check> is replaced by <rules>. Projects which just redefined the properties starting with jacoco.* should almost be fine, however the ratio parameters are now given as float, not as integer percentage anymore. Others might need to adapt their pom when upgrading.

So either convert all your jacoco.check.* properties to float or set jacoco-maven-plugin.version to 0.6.2.201302030002.