diff --git a/pom.xml b/pom.xml index 71e29156..090dbe3b 100644 --- a/pom.xml +++ b/pom.xml @@ -23,4 +23,49 @@ spring-cloud-release-tools-spring + + + sonar + + + + org.jacoco + jacoco-maven-plugin + + + pre-unit-test + + prepare-agent + + + surefireArgLine + ${project.build.directory}/jacoco.exec + + + + post-unit-test + test + + report + + + + ${project.build.directory}/jacoco.exec + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + ${surefireArgLine} + + + + + + +