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?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F109008%2F1;hp=4e3afdcb5f97b22fc7d2d1141fa146d36dbcfec3;p=holmes%2Fcommon.git 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 + + + + + +