From 755c8f74260f4cd1bd1919e677a4721fff5b3bf7 Mon Sep 17 00:00:00 2001 From: Alex O'Ree Date: Wed, 29 Oct 2025 07:52:55 -0400 Subject: [PATCH] JSPWIKI-1213 adds jacoco to the build --- pom.xml | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9761fa851d..81209cfd0a 100644 --- a/pom.xml +++ b/pom.xml @@ -66,6 +66,7 @@ 2.0.1 2.1.3 6.0.0 + 0.8.14 0.4.0 2.0.0 1.6.2 @@ -502,7 +503,10 @@ net.nicoulaj.maven.plugins checksum-maven-plugin - + + org.jacoco + jacoco-maven-plugin + org.cyclonedx cyclonedx-maven-plugin @@ -663,6 +667,7 @@ maven-surefire-plugin ${plugin.surefire.version} + @{argLine} true @@ -969,6 +974,26 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco-version} + + + coverage-initialize + + prepare-agent + + + + coverage-report + post-integration-test + + report + + + + @@ -1078,7 +1103,7 @@ maven-surefire-plugin - -javaagent:${com.github.jbellis:jamm:jar} + @{argLine} -javaagent:${com.github.jbellis:jamm:jar} false