diff options
author | Hansen, Tony (th1395) <th1395@att.com> | 2020-02-11 22:10:15 +0000 |
---|---|---|
committer | Hansen, Tony (th1395) <th1395@att.com> | 2020-02-11 22:18:17 +0000 |
commit | 15ad507dc77e61628c554bee2f6bbb67ae605d93 (patch) | |
tree | f2c8cbf3c3a7ec17ce877411125a39fc248e2a7d | |
parent | e05d755dfb068c5d88a0b6d5cf44b3db60afe573 (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.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |