aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2020-02-11 22:10:15 +0000
committerHansen, Tony (th1395) <th1395@att.com>2020-02-11 22:18:17 +0000
commit15ad507dc77e61628c554bee2f6bbb67ae605d93 (patch)
treef2c8cbf3c3a7ec17ce877411125a39fc248e2a7d
parente05d755dfb068c5d88a0b6d5cf44b3db60afe573 (diff)
fix sonarcloud issues
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>
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 90596a1..1a909c0 100644
--- 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>