diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-02-07 05:33:01 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-02-07 05:33:14 +0000 |
commit | 8926e9c78ce16dcadff4e47611b4eae8e9e04fed (patch) | |
tree | 9b8d5b3d41df518db73d9d5aee77c6cba9b6faae /pom.xml | |
parent | 57cdbc68e23e7ab2560d4437b093537b5c8daf4d (diff) |
sonarcloud support6.0.0-ONAPfrankfurt
Change-Id: Ia744fd50d314741aeb7f15f2753194a3e1804f15
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2065
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |