diff options
author | Hansen, Tony (th1395) <th1395@att.com> | 2020-02-11 22:06:25 +0000 |
---|---|---|
committer | Hansen, Tony (th1395) <th1395@att.com> | 2020-02-11 22:06:28 +0000 |
commit | 46b5a59db7edba526548df38ea058339c2389dbd (patch) | |
tree | 52d0caada50e1be1100a0a05540fce1e5c4e6b13 | |
parent | 93aec8271137e65101063d5d666c62d1e70109c8 (diff) |
fix sonarcloud issues
Change-Id: If16785b058167bd0de74895be31a72dae087ecc0
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Issue-ID: DCAEGEN2-2065
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |