From: efiacor Date: Wed, 4 Mar 2020 20:43:51 +0000 (+0000) Subject: SonarCloud migration fix X-Git-Tag: 2.1.5~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fdatarouter.git;a=commitdiff_plain;h=b1ce4e066413a06cd2a2223180b8faac2e763e9f SonarCloud migration fix Signed-off-by: efiacor Change-Id: Ieea0d8b5b81a8bad37f6fb0ed2d6ba2fe95d8949 Issue-ID: DMAAP-1402 --- diff --git a/pom.xml b/pom.xml index 796c1309..4bd7bbb0 100755 --- a/pom.xml +++ b/pom.xml @@ -48,10 +48,8 @@ java false - jacoco ${project.build.directory}/surefire-reports - ${project.build.directory}/coverage-reports/jacoco.exec - ${project.build.directory}/coverage-reports/jacoco-it.exec + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml ${project.version} false @@ -435,6 +433,28 @@ + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + +