From a1221272dca8fa612645a4bf2831d5467d147a68 Mon Sep 17 00:00:00 2001 From: Dirk Stenger Date: Fri, 18 Oct 2024 09:58:37 +0200 Subject: [PATCH] #8 - Enhance pom with configuration of jacoco-maven-plugin --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index f89fe9d..588cb49 100644 --- a/pom.xml +++ b/pom.xml @@ -158,6 +158,24 @@ + + org.jacoco + jacoco-maven-plugin + 0.8.12 + + + + prepare-agent + + + + report + + report + + + +