From ef514c65a984afea05ec37736c2bc6b4159045ec Mon Sep 17 00:00:00 2001 From: Decebal Suiu Date: Fri, 10 May 2024 09:54:19 +0300 Subject: [PATCH] Add jacoco maven plugin --- pf4j-spring/pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/pf4j-spring/pom.xml b/pf4j-spring/pom.xml index 94f3942..1b5dd1f 100644 --- a/pf4j-spring/pom.xml +++ b/pf4j-spring/pom.xml @@ -17,6 +17,36 @@ pf4j_pf4j-spring + + + + org.jacoco + jacoco-maven-plugin + 0.8.11 + + + prepare-agent + + prepare-agent + + + + report + test + + report + + + + XML + + + + + + + + org.pf4j