X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fdata-router.git;a=blobdiff_plain;f=pom.xml;h=6073f663025ae9b001ab4359cf62972f217a59ca;hp=6858a55cb82f59ca90354a4bd4de37c5f19e3798;hb=5deef237b9757f5419cc68e68aefd4b9e1c7e30c;hpb=f7ddb8c0d385df215b3108402a876a5d75fc28f3 diff --git a/pom.xml b/pom.xml index 6858a55..6073f66 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ - + + org.jacoco + jacoco-maven-plugin + + + + pre-unit-test + + prepare-agent + + + + ${sonar.jacoco.reportPath} + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${sonar.jacoco.reportPath} + + ${jacoco.path} + + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + + ${sonar.jacoco.itReportPath} + + failsafeArgLine + + + + + post-integration-test + post-integration-test + + report + + + + ${sonar.jacoco.itReportPath}/ + + ${jacoco.itPath} + + + +