From ef534bcd2d133af8a0838ed9a823881e15ba33dd Mon Sep 17 00:00:00 2001 From: Fabien Crespel Date: Thu, 12 Dec 2024 22:52:32 +0100 Subject: [PATCH] Add JaCoCo plugin --- pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/pom.xml b/pom.xml index 8daa1c6..a00b20d 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,7 @@ 2.8.1 1.4.13 1.15.1 + 0.8.12 1.12.0 @@ -292,6 +293,47 @@ org.apache.maven.plugins maven-failsafe-plugin + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + + default-prepare-agent + + prepare-agent + + + + default-prepare-agent-integration + + prepare-agent-integration + + + + default-report + + report + + + + XML + + + + + default-report-integration + + report-integration + + + + XML + + + + +