X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=f419c147580684dadf64a2c0c7d4aa842c0562ca;hb=e272b13d2522009aece85d9df3d9bf72cb017287;hp=bda0952b9adb1cc37876c5a25b7787b8660ba43a;hpb=ee4aeb7f59a5cdaa008cc56e030af61aaa47e51e;p=holmes%2Fengine-management.git diff --git a/pom.xml b/pom.xml index bda0952..f419c14 100644 --- a/pom.xml +++ b/pom.xml @@ -21,12 +21,12 @@ org.onap.oparent oparent - 2.0.0 + 2.1.0 org.onap.holmes.engine-management holmes-engine-parent - 1.2.4 + 1.2.6-SNAPSHOT pom holmes-engine-management @@ -61,6 +61,11 @@ target/assembly/${linux64id} target/assembly/${win64id} target/version + + 0.8.5 + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + @@ -93,7 +98,7 @@ org.onap.holmes.common holmes-actions - 1.2.9 + 1.2.13 io.dropwizard @@ -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 + + + + + +