diff --git a/pom.xml b/pom.xml index 11da006..1df9f9e 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,9 @@ 17 6.0.0-rc.1 + 0.8.10 + org.springframework.boot @@ -91,6 +93,26 @@ org.springframework.boot spring-boot-maven-plugin + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + + jacoco-initialize + + prepare-agent + + + + jacoco-site + package + + report + + + +