diff options
Diffstat (limited to 'cmso-service/pom.xml')
-rw-r--r-- | cmso-service/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cmso-service/pom.xml b/cmso-service/pom.xml index f3df62e..fdb0077 100644 --- a/cmso-service/pom.xml +++ b/cmso-service/pom.xml @@ -58,8 +58,6 @@ <jacoco.itPath>${basedir}/target/jacoco_itReport</jacoco.itPath>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
- <sonar.jacoco.reportPath>${basedir}/target/jacoco-ut.exec</sonar.jacoco.reportPath>
- <sonar.jacoco.itReportPath>${basedir}/target/jacoco-it.exec</sonar.jacoco.itReportPath>
<sonar.surefire.reportsPath>${basedir}/target/surefire-reports</sonar.surefire.reportsPath>
<sonar.failsafe.reportsPath>${basedir}/target/failsafe-reports</sonar.failsafe.reportsPath>
@@ -67,7 +65,8 @@ <docker.skip.push>false</docker.skip.push>
<docker.skip.tag>false</docker.skip.tag>
<skip.staging.artifacts>false</skip.staging.artifacts>
-
+ <sonar.coverage.jacoco.xmlReportPaths>${project.build.directory}/site/service-it/jacoco.xml,${project.build.directory}/site/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
+
</properties>
<dependencyManagement>
|