From 9e8232ba85d25e1883e83cdd0d61eeeade45e5f0 Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Sun, 16 Feb 2020 18:57:06 +0200 Subject: [PATCH] Move Jacoco to xml Change-Id: I19ba1e4b76523e6ee9912fedc42dc14eb5370c40 Issue-ID: SDC-2740 Signed-off-by: Ofir Sonsino --- pom.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d799f83b..645efbb2 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,6 @@ 2.17 - true 1.8 1.8 UTF-8 @@ -46,6 +45,11 @@ nexus3.onap.org:10001 https://nexus.onap.org /content/sites/site/org/onap/sdc/workflow/${project.version} + + + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + @@ -140,8 +144,7 @@ report - target/jacoco.exec - target/jacoco-ut + ${sonar.jacoco.reportPath} -- 2.16.6