From 2f0066f1284eea8f3570d904e02f417cc43d315a Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Thu, 9 Jan 2020 16:06:13 -0500 Subject: [PATCH] pick from jacoco.xml part 1: fix APPC's pom file Issue-ID: APPC-1808 Change-Id: I4bc0caf34f5861d6597181fa003ef4ff2af18c52 Signed-off-by: Taka Cho --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8e0c55eca..f818ab13d 100644 --- a/pom.xml +++ b/pom.xml @@ -67,9 +67,9 @@ limitations under the License. java - jacoco - ${project.build.directory}/surefire-reports - ${project.build.directory}/code-coverage/jacoco.exec + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + ${project.version} reuseReports -- 2.16.6