From 14a43220573b47eab7c01bc59588dd4dec89443d Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Thu, 6 Jun 2019 12:01:23 +0900 Subject: [PATCH] coberture to Jacoco. --- pom.xml | 69 ++++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 49 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index c356c0b..d4fff91 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,7 @@ ${project.basedir}/src/main/config 3.0.0-M3 + 0.8.4 ${project.mainconf}/checks.xml false @@ -230,16 +231,44 @@ - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - ${project.build.sourceEncoding} - - html - xml - - + org.jacoco + jacoco-maven-plugin + ${jacoco-plugin.version} + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + BUNDLE + + + COMPLEXITY + COVEREDRATIO + 0.0 + + + + + + + @@ -497,16 +526,16 @@ - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - ${project.build.sourceEncoding} - - html - xml - - + org.jacoco + jacoco-maven-plugin + ${jacoco-plugin.version} + + + + report + + + -- 2.11.0