aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2020-02-11 22:06:25 +0000
committerHansen, Tony (th1395) <th1395@att.com>2020-02-11 22:06:28 +0000
commit46b5a59db7edba526548df38ea058339c2389dbd (patch)
tree52d0caada50e1be1100a0a05540fce1e5c4e6b13
parent93aec8271137e65101063d5d666c62d1e70109c8 (diff)
fix sonarcloud issues
Change-Id: If16785b058167bd0de74895be31a72dae087ecc0 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 b1071ec..bc2b2e2 100644
--- 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>