From d92ff202261a0b7a983c458db6f9f4eca697ea3a Mon Sep 17 00:00:00 2001 From: Anthony Raymond Date: Wed, 21 Feb 2018 00:28:54 +0100 Subject: [PATCH] Add jacoco maven plugin --- pom.xml | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 1ef56fa..5eeed2a 100644 --- a/pom.xml +++ b/pom.xml @@ -205,13 +205,25 @@ org.springframework.boot spring-boot-maven-plugin - - - - org.eluder.coveralls - coveralls-maven-plugin - ${coveralls.plugin.version} - + + + org.jacoco + jacoco-maven-plugin + ${jacoco.plugin.version} + + + prepare-agent + + prepare-agent + + + + + + org.eluder.coveralls + coveralls-maven-plugin + ${coveralls.plugin.version} +