From: su622b Date: Wed, 11 Mar 2020 16:02:06 +0000 (-0400) Subject: Sonar Cloud migration changes X-Git-Tag: 1.1.22~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fmessagerouter%2Fmsgrtr.git;a=commitdiff_plain;h=652342ddd580ab462be0c54afa4af8a03d332873 Sonar Cloud migration changes Issue-ID: DMAAP-1407 Change-Id: I41c2ca9e0dc29c7b0d53f3e23d20f993b59a3522 Signed-off-by: su622b --- diff --git a/pom.xml b/pom.xml index b5f54b5..a5d28d9 100644 --- a/pom.xml +++ b/pom.xml @@ -35,15 +35,11 @@ UTF-8 https://nexus.onap.org - - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - + java + false + ${project.build.directory}/surefire-reports + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + ${project.version} **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** /content/sites/site/org/onap/dmaap/messagerouter/msgrtr/${project.artifactId}/${project.version} https://nexus.onap.org @@ -596,44 +592,28 @@ - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - - html - xml - - - - + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + +