From c31802900b162ec238ba37d038036cdf9f529cc5 Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Sun, 2 Jun 2019 03:22:28 +0900 Subject: [PATCH] coberture to Jacoco. --- pom.xml | 75 +++++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 52 insertions(+), 23 deletions(-) diff --git a/pom.xml b/pom.xml index e74a2f9..e971359 100644 --- a/pom.xml +++ b/pom.xml @@ -92,6 +92,7 @@ ${locale} 3.0.0-M3 + 0.8.3 ${project.basedir}/src/main/config @@ -207,6 +208,47 @@ + 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 + + + + + + + + + + org.apache.maven.plugins maven-jar-plugin 2.4 @@ -313,19 +355,6 @@ - - org.codehaus.mojo - cobertura-maven-plugin - 2.5.2 - - ${project.build.sourceEncoding} - - html - xml - - - - @@ -459,16 +488,16 @@ - org.codehaus.mojo - cobertura-maven-plugin - 2.5.2 - - ${project.build.sourceEncoding} - - html - xml - - + org.jacoco + jacoco-maven-plugin + ${jacoco-plugin.version} + + + + report + + + -- 2.11.0