From 18a6d392611b532dda5b2d42d889c32e490b90ee Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Fri, 15 Sep 2017 13:18:20 -0400 Subject: [PATCH] Fix the jacoco file reference in pom file Issue-ID: AAI-306 Change-Id: Iae59ccb7f7625c1b477963daa145a22f31b2660d Signed-off-by: Venkata Harish K Kajur --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index df7c198..c99e9b9 100755 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ java jacoco ${project.build.directory}/surefire-reports - ${project.build.directory}/jacoco.exec + ${project.build.directory}/code-coverage/jacoco-ut.exec false ${project.version} -- 2.16.6