diff --git a/pom.xml b/pom.xml index 985c2e62c57ae501e00d3a739595393c409882bc..7ac518800086adea969be068bf8ebbb0f0df4e27 100644 --- a/pom.xml +++ b/pom.xml @@ -227,6 +227,14 @@ report-only + + integration-test-report + integration-test + + report-only + failsafe-report-only + + @@ -257,6 +265,16 @@ check + + jacoco-report + post-integration-test + + report + + + ${project.reporting.outputDirectory}/jacoco-it + + @@ -292,23 +310,6 @@ - - org.apache.maven.plugins - maven-surefire-report-plugin - ${surefire.version} - - - - integration-test-report - integration-test - - report-only - failsafe-report-only - - - - - org.jacoco jacoco-maven-plugin