From: GuangrongFu Date: Wed, 10 Jun 2020 08:18:03 +0000 (+0800) Subject: SonarCloud Migration X-Git-Tag: 1.3.0~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Fcommon.git;a=commitdiff_plain;h=aa96befb67370641ba50b745ce3408dedaee90c8 SonarCloud Migration Change-Id: I67118673cc6735c33fdf7d6c92926c42d98c9806 Issue-ID: HOLMES-313 Signed-off-by: GuangrongFu --- diff --git a/pom.xml b/pom.xml index 9005ad8..6738052 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,11 @@ 1.16.8 2.22.2 1.7.25 + + 0.8.5 + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + @@ -176,5 +181,33 @@ + + + + + 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 + + + + + +