From 9e50679324b52feffce7689e8fda3a0709a37e49 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Tue, 27 Aug 2019 12:22:05 +0300 Subject: Get Sonar report Kotlin, by specifying path to load jacoco xml report Sonar can't load Kotlin coverage from binary report; see https://jira.sonarsource.com/browse/MMF-1362 Issue-ID: VID-599 Change-Id: I7ffab337acb83847b3f29f835e25f13ec9daae6c Signed-off-by: Ittay Stern --- vid-app-common/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vid-app-common/pom.xml') diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 34699f98c..1d2a2ad5d 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -38,6 +38,11 @@ 3.141.59 **/webapp/**/*,**/*.js + + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + + true https://nexus.onap.org -- cgit 1.2.3-korg