aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2020-02-11 22:06:51 +0000
committerHansen, Tony (th1395) <th1395@att.com>2020-02-11 22:06:55 +0000
commitfa408578be8be54b1b6e1b8af2919587d78fcde6 (patch)
tree945c5517dcdee2a434aac3d8d134b5ec511e04b3
parente18d268fa06279887b5843821b83903b8439c6e6 (diff)
fix sonarcloud issues6.0.0-ONAPfrankfurt
Change-Id: Ia9dede5214c616d91015318a115ecbb72be244b7 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2065
-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>