aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2020-02-11 21:45:20 +0000
committerHansen, Tony (th1395) <th1395@att.com>2020-02-11 21:45:25 +0000
commit317dd9f233e9289a9beeb7bd5b63c4a2dbdb56f1 (patch)
tree801e409abbc32f7f27426956ce92dd1b1104b6a8
parent8ea270a713c547bd64189098d0fbccf4c5a94b1e (diff)
fix sonarcloud issues
Change-Id: Ie8799d0407ac0e1bceddee97e7d5e870bfd301de 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 4bdad84f..3f6d32ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>