As mentioned in jacoco/jacoco#40 jacoco emits a lot of error messages when the agent is added twice. This is triggered by the forked lifecycle of maven-surefire-report-plugin:report.
As a workaround define two report sets for surefire and failsafe instead.
As mentioned in jacoco/jacoco#40 jacoco emits a lot of error messages when the agent is added twice. This is triggered by the forked lifecycle of maven-surefire-report-plugin:report.
As a workaround define two report sets for surefire and failsafe instead.