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