From 17cfcb776d43f8ba059e93db8062913085bc56ef Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 8 Mar 2017 10:26:52 +0100 Subject: [PATCH] Added sonar' --- pom.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) 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} + + + + + + +