X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=546e378709092ff96da81767751a8c231c72dbcb;hb=7c28777349b02dc8c39deb9bf40cfdaf1e84cc3d;hp=60714d199de5f61cdedf4a365360af75aebdaf4d;hpb=b04debde97f26ab8dd6eec12c35312b1a4bba27b;p=aai%2Fdata-router.git diff --git a/pom.xml b/pom.xml index 60714d1..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} + + + +