X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=189bec49d61ad9210d0918517ee8e435e899d17b;hb=refs%2Fchanges%2F41%2F67741%2F1;hp=6858a55cb82f59ca90354a4bd4de37c5f19e3798;hpb=f7ddb8c0d385df215b3108402a876a5d75fc28f3;p=aai%2Fdata-router.git diff --git a/pom.xml b/pom.xml index 6858a55..189bec4 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} + + + +