diff options
author | Hansen, Tony (th1395) <th1395@att.com> | 2020-02-11 21:45:20 +0000 |
---|---|---|
committer | Hansen, Tony (th1395) <th1395@att.com> | 2020-02-11 21:45:25 +0000 |
commit | 317dd9f233e9289a9beeb7bd5b63c4a2dbdb56f1 (patch) | |
tree | 801e409abbc32f7f27426956ce92dd1b1104b6a8 /pom.xml | |
parent | 8ea270a713c547bd64189098d0fbccf4c5a94b1e (diff) |
fix sonarcloud issues
Change-Id: Ie8799d0407ac0e1bceddee97e7d5e870bfd301de
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Issue-ID: DCAEGEN2-2065
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,6 +46,9 @@ <onap.nexus.dockerregistry.daily>nexus3.onap.org:10003</onap.nexus.dockerregistry.daily>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.source>${java.version}</maven.compiler.source>
+ <sonar.coverage.jacoco.xmlReportPaths>
+ ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
+ </sonar.coverage.jacoco.xmlReportPaths>
</properties>
<build>
<pluginManagement>
|