fix sonarcloud issues 60/101560/1 1.3.0
authorHansen, Tony (th1395) <th1395@att.com>
Tue, 11 Feb 2020 22:05:48 +0000 (22:05 +0000)
committerHansen, Tony (th1395) <th1395@att.com>
Tue, 11 Feb 2020 22:05:52 +0000 (22:05 +0000)
Change-Id: I91ca1c35aac746a176c9ab3aab520728edc01bb7
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Issue-ID: DCAEGEN2-2065

pom.xml

diff --git a/pom.xml b/pom.xml
index 50d2de9..d233593 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,9 @@
     <maven-compiler-plugin.version>2.19.1</maven-compiler-plugin.version>
     <docker-maven-plugin.version>1.1.1</docker-maven-plugin.version>
     <git-commit-id-plugin.version>2.2.4</git-commit-id-plugin.version>
+    <sonar.coverage.jacoco.xmlReportPaths>
+      ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
+    </sonar.coverage.jacoco.xmlReportPaths>
   </properties>
 
   <dependencyManagement>