From 0771ab3e4330f52c557f299a6e38cfb1fec81c94 Mon Sep 17 00:00:00 2001 From: Thomas Ruhroth Date: Sat, 9 Nov 2024 09:08:11 +0100 Subject: [PATCH] #314 Reenable Jacoco --- htmlSanityCheck-maven-plugin/pom.xml | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/htmlSanityCheck-maven-plugin/pom.xml b/htmlSanityCheck-maven-plugin/pom.xml index 9c59d36b..9e460639 100644 --- a/htmlSanityCheck-maven-plugin/pom.xml +++ b/htmlSanityCheck-maven-plugin/pom.xml @@ -157,31 +157,21 @@ org.jacoco jacoco-maven-plugin + 0.8.12 - prepare-agent prepare-agent - - - build/jacoco/test.exec - surefireArgLine - - - - - - - - - - - - - + + report + test + + report + +