From 0aae60b7882b816a6a7e32d4a91339935d61ff6b Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Sun, 16 Feb 2020 17:54:44 +0200 Subject: [PATCH] Move Jacoco to xml Change-Id: Ibff41177baa5fb2f49c166f14f6f3edfa53d1ea8 Issue-ID: SDC-2740 Signed-off-by: Ofir Sonsino --- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index dd75433..a10c7ac 100644 --- a/pom.xml +++ b/pom.xml @@ -44,15 +44,14 @@ 9.4.18.v20190429 0.11 - - - - ${project.basedir}/target/jacoco.exec https://nexus.onap.org /content/sites/site/org/onap/sdc/sdc-distribution-client/${project.version} snapshots releases + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + ${project.build.sourceEncoding} true ${project.basedir} -- 2.16.6