From: Priyadharshini Date: Tue, 18 Feb 2020 10:52:20 +0000 (+0000) Subject: Fix Sonar cloud migration coverage issue X-Git-Tag: 1.6.1~214 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F92%2F101892%2F1;p=so.git Fix Sonar cloud migration coverage issue Issue-ID: SO-2663 Signed-off-by: Priyadharshini Change-Id: Ia5c91ed109d5b31f86a3b903123a083bc08733b9 --- diff --git a/pom.xml b/pom.xml index 049ee3e74b..0955338a4e 100644 --- a/pom.xml +++ b/pom.xml @@ -42,12 +42,12 @@ java jacoco ${project.build.directory}/surefire-reports - ${project.build.directory}/code-coverage/jacoco-ut.exec + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml true ${project.version} **/* - 0.7.5.201505241946 + 0.8.5 1.5.1 yyyyMMdd'T'HHmm @@ -337,24 +337,28 @@ - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - default-prepare-agent - - prepare-agent - - - - default-report - - report - - - - + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + org.codehaus.mojo license-maven-plugin