From: Olyutorskii Date: Wed, 5 Jun 2019 13:12:47 +0000 (+0900) Subject: coberture to Jacoco X-Git-Tag: release-2.102.2^2~2^2~6 X-Git-Url: http://git.osdn.net/view?p=mikutoga%2FVmd2XML.git;a=commitdiff_plain;h=03ad22bf1d89dd85e6fbb0285aa0e89652b85213 coberture to Jacoco --- diff --git a/pom.xml b/pom.xml index 817d640..438f957 100644 --- a/pom.xml +++ b/pom.xml @@ -94,6 +94,7 @@ ${project.basedir}/src/main/config 3.0.0-M3 + 0.8.4 ${project.mainconf}/checks.xml false @@ -227,16 +228,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 + + + + + + + @@ -490,16 +519,16 @@ - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - ${project.build.sourceEncoding} - - html - xml - - + org.jacoco + jacoco-maven-plugin + ${jacoco-plugin.version} + + + + report + + + @@ -546,18 +575,6 @@ ${spotbugs-plugin.version} - - org.codehaus.mojo - javancss-maven-plugin - 2.0 - - - - org.codehaus.mojo - jdepend-maven-plugin - 2.0-beta-2 - -