From 4c4c3fd09235d927e6fc39bc855618da00608b37 Mon Sep 17 00:00:00 2001 From: ChrisC Date: Mon, 27 Jan 2020 14:54:56 +0100 Subject: Fix Sonar Java Coverage SonarCloud takes only XML Jacoco report as input, fixed plugin configuration and sonar properties. Issue-ID: CLAMP-626 Signed-off-by: ChrisC Change-Id: I5d47e3868e3b805d9d45421ba2aa1d71c9626454 --- pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 33bcf15a..8d6e72c0 100644 --- a/pom.xml +++ b/pom.xml @@ -84,9 +84,10 @@ jacoco ${project.build.directory}/surefire-reports + + ${project.build.directory}/jacoco-html-xml-reports/jacoco.xml - ${project.build.directory}/site/jacoco true ${project.version} @@ -1069,7 +1070,7 @@ true true - org.onap.clamp.* + org/onap/clamp/** @@ -1120,9 +1121,9 @@ report - - org.onap.clamp.* - + + ${project.build.directory}/jacoco.exec + ${project.build.directory}/jacoco-html-xml-reports -- cgit 1.2.3-korg