X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=f419c147580684dadf64a2c0c7d4aa842c0562ca;hb=e272b13d2522009aece85d9df3d9bf72cb017287;hp=79784bcfb6b00f42ce41bf214334b6ace7b39657;hpb=0b93745d3cdfa44fe623792966cd18df27a06fa5;p=holmes%2Fengine-management.git 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 + + + + + +