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