From: Decebal Suiu Date: Mon, 5 Feb 2024 23:15:41 +0000 (+0200) Subject: Add support for coverage in sonar (#565) X-Git-Tag: release-3.11.0~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6b20660c36e4ac31240cc74ea57438efb9a6a04e;p=pf4j.git Add support for coverage in sonar (#565) --- 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 + + + + +