From 6b20660c36e4ac31240cc74ea57438efb9a6a04e Mon Sep 17 00:00:00 2001 From: Decebal Suiu Date: Tue, 6 Feb 2024 01:15:41 +0200 Subject: [PATCH] Add support for coverage in sonar (#565) --- pf4j/pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pf4j/pom.xml b/pf4j/pom.xml index a0d1155..c00e0e6 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -95,6 +95,31 @@ + + org.jacoco + jacoco-maven-plugin + 0.8.11 + + + prepare-agent + + prepare-agent + + + + report + test + + report + + + + XML + + + + + -- 2.39.5