diff --git a/pom.xml b/pom.xml index cd1ef30..9c1515d 100644 --- a/pom.xml +++ b/pom.xml @@ -199,6 +199,56 @@ ${docker.image.prefix}/${project.artifactId} + + org.apache.maven.plugins + maven-surefire-plugin + + + + + + org.jacoco + jacoco-maven-plugin + 0.8.5 + + + ${project.build.directory}/jacoco-reports + + + + + + + + + default-prepare-agent + + prepare-agent + + + + default-report + + report + + + + + + + + + + + + + + + + + + +