From: Olyutorskii Date: Fri, 7 Apr 2017 14:33:41 +0000 (+0900) Subject: change cobertura to Jacoco X-Git-Tag: fromMercurial~8 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=sidebyside;h=44e1131a653269070eb5f47dc4660432fb293283;p=jindolf%2FJinCore.git change cobertura to Jacoco --- diff --git a/pom.xml b/pom.xml index 4e71910..f990a50 100644 --- a/pom.xml +++ b/pom.xml @@ -93,6 +93,7 @@ en -Duser.language=en + 0.7.9 ${project.basedir}/src/main/config 2.17 @@ -229,6 +230,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 3.0.2 @@ -313,19 +355,6 @@ ${checkstyle-plugin.version} - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - ${project.build.sourceEncoding} - - html - xml - - - - @@ -448,16 +477,16 @@ - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - ${project.build.sourceEncoding} - - html - xml - - + org.jacoco + jacoco-maven-plugin + ${jacoco-plugin.version} + + + + report + + +