From 2aee8b76e88757d440620f7bec11bef23f0559e1 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 8 Oct 2019 17:33:03 +0200 Subject: [PATCH] Remove jacoco/surefire configration This configuration does not seem to serve any purpose, remove it. Change-Id: I1b0c714fbb9f347011d6e4869d64886fecf11c62 Signed-off-by: Robert Varga --- yang/yang-data-impl/pom.xml | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index a8142c9745..1bde916d89 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -45,15 +45,6 @@ true - - org.apache.maven.plugins - maven-surefire-plugin - - -Dlog4j.configuration=log4j-test.xml - -Xmx1500m ${jacoco.agent.ut.arg} - true - - org.apache.felix maven-bundle-plugin @@ -70,31 +61,6 @@ - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - jacoco.agent.ut.arg - - - - prepare-it-agent - pre-integration-test - - prepare-agent - - - jacoco.agent.it.arg - - - - -- 2.36.6