From 5d0e33ce34d021a354b574819536a6379413e53b Mon Sep 17 00:00:00 2001 From: fpaquett Date: Fri, 26 Jul 2019 09:28:30 -0400 Subject: [PATCH] Reintroduced the sonar report Issue-ID: AAI-2552 Change-Id: Ib60b7ff810bcf21ab9aae18e71d3f130842ac6fc Signed-off-by: fpaquett --- search-data-service-app/pom.xml | 64 ++++++++++++++++++++++++++++++++++------- 1 file changed, 54 insertions(+), 10 deletions(-) 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 @@ - -- 2.16.6