aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-02-07 05:33:01 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2020-02-07 05:33:14 +0000
commit8926e9c78ce16dcadff4e47611b4eae8e9e04fed (patch)
tree9b8d5b3d41df518db73d9d5aee77c6cba9b6faae
parent57cdbc68e23e7ab2560d4437b093537b5c8daf4d (diff)
sonarcloud support6.0.0-ONAPfrankfurt
Change-Id: Ia744fd50d314741aeb7f15f2753194a3e1804f15 Signed-off-by: Vijay Venkatesh Kumar <vv770d@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 f7c07ad..e3f35f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,6 +127,9 @@
<site.path>
content/sites/site/org/onap/dcaegen2/analytics/tca/${project.artifactId}/${project.version}
</site.path>
+ <sonar.coverage.jacoco.xmlReportPaths>
+ ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
+ </sonar.coverage.jacoco.xmlReportPaths>
</properties>
<dependencyManagement>