X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=546e378709092ff96da81767751a8c231c72dbcb;hb=refs%2Fchanges%2F65%2F65865%2F7;hp=324996626500c254dd9c12f75dd342534d233130;hpb=5bae67e63a12d544c5e1e5104c448bae32ceb469;p=aai%2Fdata-router.git diff --git a/pom.xml b/pom.xml index 3249966..546e378 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} + + + +