diff --git a/pom.xml b/pom.xml index 690df711d..b16beed17 100644 --- a/pom.xml +++ b/pom.xml @@ -205,33 +205,6 @@ - - org.jacoco - jacoco-maven-plugin - ${jacoco-maven-plugin.version} - - - pre-unit-test - - prepare-agent - - - surefireArgLine - ${project.build.directory}/jacoco.exec - - - - post-unit-test - test - - report - - - ${project.build.directory}/jacoco.exec - - - - org.codehaus.mojo flatten-maven-plugin @@ -267,6 +240,43 @@ + + + test-coverage + + + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + + pre-unit-test + + prepare-agent + + + surefireArgLine + ${project.build.directory}/jacoco.exec + + + + post-unit-test + test + + report + + + ${project.build.directory}/jacoco.exec + + + + + + + + + maven-central