From a1e63389b8f56d979463a52cec20c5dc5f7f10f0 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Wed, 15 Apr 2020 10:56:13 +0200 Subject: Updating oparent to 2.1.0 and adding JaCoCo Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski Change-Id: I1dc20dd5394de4c1576ec6f0803054ca3e636e19 --- pnfsimulator/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'pnfsimulator/pom.xml') 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 + + + + -- cgit 1.2.3-korg