From 014d0313e24d5cf091943e0d0552f4960a5818d3 Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Fri, 29 Mar 2019 17:23:48 +0000 Subject: Improve Jacoco plugin config Jacoco plugin is already configured in oparent pom, so remove duplicate config, leaving only the line coverage check section. Change-Id: I69c8941173776a56dbc96ac289c4547a6972ba9a Issue-ID: AAI-2293 Signed-off-by: Lee, Tian (tl5884) --- pom.xml | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/pom.xml b/pom.xml index e5f9527..e50d7af 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ 0.90 - ${project.build.directory}/coverage-reports + ${project.build.directory}/code-coverage @@ -136,42 +136,14 @@ org.jacoco jacoco-maven-plugin - 0.7.9 - - true - - - pre-unit-test - - prepare-agent - - - ${jacoco.report.directory}/jacoco.exec - surefireArgLine - - - - - post-unit-test - test - - report - - - - ${jacoco.report.directory}/jacoco.exec - - ${jacoco.report.directory}/jacoco - - default-check check - ${jacoco.report.directory}/jacoco.exec + ${jacoco.report.directory}/jacoco-ut.exec