From: Bartosz Gardziejewski Date: Wed, 15 Apr 2020 08:56:13 +0000 (+0200) Subject: Updating oparent to 2.1.0 and adding JaCoCo X-Git-Tag: 1.0.0~42 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F105993%2F1;p=integration%2Fsimulators%2Fpnf-simulator.git Updating oparent to 2.1.0 and adding JaCoCo Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski Change-Id: I1dc20dd5394de4c1576ec6f0803054ca3e636e19 --- diff --git a/pnfsimulator/pom.xml b/pnfsimulator/pom.xml index 88ae82b..320805e 100644 --- a/pnfsimulator/pom.xml +++ b/pnfsimulator/pom.xml @@ -317,6 +317,28 @@ + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + diff --git a/pom.xml b/pom.xml index 743de34..fe9d8c3 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.oparent oparent - 2.0.0 + 2.1.0 org.onap.integration.simulators.pnf-simulator @@ -49,6 +49,7 @@ 1.8 0.31.0 true + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml