From 189b80e947c5e0a7b91049d40024b991b22edd67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Franco=20S=C3=A1nchez?= <56022165+pabfrasan@users.noreply.github.com> Date: Sat, 3 Apr 2021 13:33:08 +0200 Subject: [PATCH] Arreglo de codacy --- pom.xml | 100 +++++++++++++++++++++++++++++++++----------------------- 1 file changed, 59 insertions(+), 41 deletions(-) diff --git a/pom.xml b/pom.xml index f32f00d86..52d7c73e3 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,12 @@ 2.2.4 1.8.0 - 0.8.5 + 0.7.6.201602180812 + ${project.build.directory} + ${project.build.directory}/jacoco + ${jacoco.utreportpath}/jacoco.exec + ${project.build.directory}/jacoco + ${jacoco.itreportpath}/jacoco-it.exec 0.0.4.RELEASE 0.0.25 @@ -152,46 +157,59 @@ - - org.springframework.boot - spring-boot-maven-plugin - - - - - build-info - - - - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} - ${maven.compiler.source} - ${maven.compiler.target} - - - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - prepare-agent - - - - report - prepare-package - - report - - - - + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + pre-unit-test + process-test-classes + + prepare-agent + + + surefireArgLine + ${jacoco.utreportfile} + true + + + + post-unit-test + test + + report + + + ${jacoco.utreportpath} + ${jacoco.utreportfile} + + + + pre-integration-test + pre-integration-test + + prepare-agent-integration + + + failsafeArgLine + ${jacoco.itreportfile} + true + + + + post-integration-test + post-integration-test + + report + + + ${jacoco.itreportpath} + ${jacoco.itreportfile} + + + +