fix sonarcloud issues 62/101562/1
authorHansen, Tony (th1395) <th1395@att.com>
Tue, 11 Feb 2020 22:06:25 +0000 (22:06 +0000)
committerHansen, Tony (th1395) <th1395@att.com>
Tue, 11 Feb 2020 22:06:28 +0000 (22:06 +0000)
Change-Id: If16785b058167bd0de74895be31a72dae087ecc0
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Issue-ID: DCAEGEN2-2065

pom.xml

diff --git a/pom.xml b/pom.xml
index b1071ec..bc2b2e2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,9 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
         <snapshots.path>content/repositories/snapshots/</snapshots.path>
         <releases.path>content/repositories/releases/</releases.path>
         <site.path>content/sites/site/org/onap/dcae/dcae-inventory/${project.artifactId}/${project.version}/</site.path>
+        <sonar.coverage.jacoco.xmlReportPaths>
+         ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
+       </sonar.coverage.jacoco.xmlReportPaths>
     </properties>
 
     <pluginRepositories>