From: ChrisC Date: Mon, 27 Jan 2020 13:54:56 +0000 (+0100) Subject: Fix Sonar Java Coverage X-Git-Tag: 5.0.0~73 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=clamp.git;a=commitdiff_plain;h=4c4c3fd09235d927e6fc39bc855618da00608b37 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 --- 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