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} + + + +