From: fpaquett Date: Fri, 26 Jul 2019 13:28:30 +0000 (-0400) Subject: Reintroduced the sonar report X-Git-Tag: 1.6.1~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsearch-data-service.git;a=commitdiff_plain;h=5d0e33ce34d021a354b574819536a6379413e53b Reintroduced the sonar report Issue-ID: AAI-2552 Change-Id: Ib60b7ff810bcf21ab9aae18e71d3f130842ac6fc Signed-off-by: fpaquett --- diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index ea768b8..cde4169 100644 --- a/search-data-service-app/pom.xml +++ b/search-data-service-app/pom.xml @@ -405,23 +405,68 @@ sonar-maven-plugin 3.2 + org.jacoco jacoco-maven-plugin - 0.7.7.201606060606 - - true - + + + pre-unit-test + + prepare-agent + + + + ${sonar.jacoco.reportPath} + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${sonar.jacoco.reportPath} + + ${jacoco.path} + + + - jacoco-initialize-unit-tests + pre-integration-test + pre-integration-test prepare-agent - ${project.build.directory}/coverage-reports/jacoco.exec - - + + ${sonar.jacoco.itReportPath} + + failsafeArgLine + + + + + post-integration-test + post-integration-test + + report + + + + ${sonar.jacoco.itReportPath}/ + + ${jacoco.itPath} @@ -432,7 +477,7 @@ ${project.build.directory}/coverage-reports/jacoco.exec - + BUNDLE @@ -448,7 +493,6 @@ -