fix sonarcloud issues 66/101566/1
authorHansen, Tony (th1395) <th1395@att.com>
Tue, 11 Feb 2020 22:10:15 +0000 (22:10 +0000)
committerHansen, Tony (th1395) <th1395@att.com>
Tue, 11 Feb 2020 22:18:17 +0000 (22:18 +0000)
Change-Id: I1b6e4593b50a794609b55f59756c9f84ad638dfa
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Issue-ID: DCAEGEN2-2065
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 90596a1..1a909c0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -52,6 +52,9 @@
                <releases.path>content/repositories/releases/</releases.path>
                <site.path>content/sites/site/org/onap/dcaegen2/services/son-handler/${project.artifactId}/${project.version}</site.path>
                <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
+               <sonar.coverage.jacoco.xmlReportPaths>
+                 ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
+               </sonar.coverage.jacoco.xmlReportPaths>
        </properties>
 
        <dependencies>