From: GuangrongFu Date: Wed, 10 Jun 2020 08:16:57 +0000 (+0800) Subject: SonarCloud Migration X-Git-Tag: 1.2.8~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Frule-management.git;a=commitdiff_plain;h=18a28b93a3c41df917865ee897bd0f51bed760d6 SonarCloud Migration Change-Id: Ib5bef1db05ea10edc2be8f04c0f8241496bd7b2e Issue-ID: HOLMES-313 Signed-off-by: GuangrongFu --- diff --git a/pom.xml b/pom.xml index 258e9c1..8e3537a 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,11 @@ target/assembly/${linux64id} target/assembly/${win64id} target/version + + 0.8.5 + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + @@ -158,4 +163,32 @@ + + + + + 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 + + + + + +