From a5bd0a3238403b62c2615a8a07133f08cfb9858a Mon Sep 17 00:00:00 2001 From: Fabio Fiorita Date: Sun, 16 Apr 2023 20:11:57 -0300 Subject: [PATCH] fix: generating code coverage --- pom.xml | 33 ++++++--------------------------- 1 file changed, 6 insertions(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index 44501ec..ab017e7 100644 --- a/pom.xml +++ b/pom.xml @@ -157,6 +157,12 @@ spring-boot-starter-thymeleaf + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0 + + @@ -194,33 +200,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - 3.0.0-M5 - - -Xmx512m - - - - org.jacoco - jacoco-maven-plugin - 0.8.7 - - - prepare-agent - - prepare-agent - - - - report - - report - - - -