X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=binding-parent%2Fpom.xml;fp=binding-parent%2Fpom.xml;h=5da23fc5a5deda6515a962a16ff8d9bfb8afabab;hb=8dddd9cbae1dcdd93dba7e270d68fe62f44cf954;hp=c86da30e2bce2099a152db22ec8984647ca7a127;hpb=6607298d2e384e59d491f99786346eb111a07320;p=appc%2Fparent.git diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index c86da30..5da23fc 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -69,10 +69,10 @@ limitations under the License. java - jacoco ${project.build.directory}/surefire-reports - ${project.build.directory}/code-coverage/jacoco.exec - true + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + ${project.version} reuseReports @@ -216,6 +216,28 @@ limitations under the License. + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + +