From: Olyutorskii Date: Thu, 6 Jun 2019 03:01:23 +0000 (+0900) Subject: coberture to Jacoco. X-Git-Tag: release-1.202.2^2~2^2~4 X-Git-Url: http://git.osdn.net/view?p=mikutoga%2FPmd2XML.git;a=commitdiff_plain;h=14a43220573b47eab7c01bc59588dd4dec89443d;ds=sidebyside coberture to Jacoco. --- 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 + + +