diff --git a/pom.xml b/pom.xml index f2b7c1429..d3258b102 100644 --- a/pom.xml +++ b/pom.xml @@ -418,15 +418,47 @@ - org.codehaus.mojo - cobertura-maven-plugin - ${cobertura.version} - - - html - xml - - + org.jacoco + jacoco-maven-plugin + 0.8.8 + + + + + prepare-agent + + initialize + + + + + + report + + post-integration-test + + ${project.build.directory}/jacoco-coverage-report + + + + + + + check + + verify + + + HIGH + + LINE + COVEREDRATIO + 0.10 + + + + + org.apache.maven.plugins