aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3a856bd..e546663 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,6 +122,9 @@
<site.path>
content/sites/site/org/onap/dcaegen2/services/mapper/${project.artifactId}/${project.version}
</site.path>
+ <sonar.coverage.jacoco.xmlReportPaths>
+ ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
+ </sonar.coverage.jacoco.xmlReportPaths>
</properties>
<dependencyManagement>