From: GuangrongFu Date: Wed, 10 Jun 2020 07:17:03 +0000 (+0800) Subject: SonarCloud Migration X-Git-Tag: 1.2.8~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Fengine-management.git;a=commitdiff_plain;h=e272b13d2522009aece85d9df3d9bf72cb017287 SonarCloud Migration Change-Id: I689cc23786abb2530397b445bb54b173e2c8df01 Issue-ID: HOLMES-313 Signed-off-by: GuangrongFu --- diff --git a/pom.xml b/pom.xml index 79784bc..f419c14 100644 --- a/pom.xml +++ b/pom.xml @@ -61,6 +61,11 @@ target/assembly/${linux64id} target/assembly/${win64id} target/version + + 0.8.5 + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + @@ -170,5 +175,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 + + + + + +