From a9725189f7d9c38c6b2f863f36f34c319bcca7b7 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 13 Sep 2018 18:34:26 +0200 Subject: [PATCH] Remove jacoco overrides odlparent-4.0.0 includes a refactor which renders these overrides unneeded. Remove them. Change-Id: I898160e74e698dd939b582b7c2355165a3041fd9 Signed-off-by: Robert Varga --- common/checkstyle-logging/pom.xml | 15 --------------- common/concepts/pom.xml | 15 --------------- common/mockito-configuration/pom.xml | 15 --------------- common/object-cache-api/pom.xml | 15 --------------- common/object-cache-guava/pom.xml | 15 --------------- common/testutils/pom.xml | 15 --------------- common/util/pom.xml | 15 --------------- third-party/triemap/pom.xml | 15 --------------- yang/odlext-model-api/pom.xml | 15 --------------- yang/odlext-parser-support/pom.xml | 15 --------------- yang/openconfig-model-api/pom.xml | 15 --------------- yang/openconfig-parser-support/pom.xml | 15 --------------- yang/rfc6536-model-api/pom.xml | 15 --------------- yang/rfc6536-parser-support/pom.xml | 15 --------------- yang/rfc7952-model-api/pom.xml | 15 --------------- yang/rfc7952-parser-support/pom.xml | 15 --------------- yang/rfc8040-model-api/pom.xml | 15 --------------- yang/rfc8040-parser-support/pom.xml | 15 --------------- yang/yang-common/pom.xml | 15 --------------- yang/yang-data-api/pom.xml | 15 --------------- yang/yang-data-codec-gson/pom.xml | 15 --------------- yang/yang-data-codec-xml/pom.xml | 15 --------------- yang/yang-data-impl/pom.xml | 2 -- yang/yang-data-jaxen/pom.xml | 15 --------------- yang/yang-data-util/pom.xml | 15 --------------- yang/yang-maven-plugin-it/pom.xml | 15 --------------- yang/yang-maven-plugin/pom.xml | 15 --------------- yang/yang-model-api/pom.xml | 15 --------------- yang/yang-model-export/pom.xml | 15 --------------- yang/yang-model-util/pom.xml | 15 --------------- yang/yang-parser-api/pom.xml | 15 --------------- yang/yang-parser-impl/pom.xml | 15 --------------- yang/yang-parser-reactor/pom.xml | 15 --------------- yang/yang-parser-rfc7950/pom.xml | 15 --------------- yang/yang-parser-spi/pom.xml | 15 --------------- yang/yang-xpath-api/pom.xml | 15 --------------- yang/yang-xpath-impl/pom.xml | 15 --------------- 37 files changed, 542 deletions(-) diff --git a/common/checkstyle-logging/pom.xml b/common/checkstyle-logging/pom.xml index 13c691a89b..ca301b834d 100644 --- a/common/checkstyle-logging/pom.xml +++ b/common/checkstyle-logging/pom.xml @@ -48,21 +48,6 @@ checkstyle.violationSeverity=error - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/common/concepts/pom.xml b/common/concepts/pom.xml index e9265758ee..61bddb8b32 100644 --- a/common/concepts/pom.xml +++ b/common/concepts/pom.xml @@ -67,21 +67,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/common/mockito-configuration/pom.xml b/common/mockito-configuration/pom.xml index fd6e0c7bb3..71477b4cd6 100644 --- a/common/mockito-configuration/pom.xml +++ b/common/mockito-configuration/pom.xml @@ -53,21 +53,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/common/object-cache-api/pom.xml b/common/object-cache-api/pom.xml index 610eb36fd4..8246568b5b 100644 --- a/common/object-cache-api/pom.xml +++ b/common/object-cache-api/pom.xml @@ -90,21 +90,6 @@ checkstyle.violationSeverity=error - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/common/object-cache-guava/pom.xml b/common/object-cache-guava/pom.xml index b7aec497b7..f85fdddb61 100644 --- a/common/object-cache-guava/pom.xml +++ b/common/object-cache-guava/pom.xml @@ -73,21 +73,6 @@ checkstyle.violationSeverity=error - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/common/testutils/pom.xml b/common/testutils/pom.xml index f3e430d3e2..e8a7c35b48 100644 --- a/common/testutils/pom.xml +++ b/common/testutils/pom.xml @@ -82,21 +82,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/common/util/pom.xml b/common/util/pom.xml index 8a497959a2..5bf9c7c0e7 100644 --- a/common/util/pom.xml +++ b/common/util/pom.xml @@ -82,21 +82,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/third-party/triemap/pom.xml b/third-party/triemap/pom.xml index bc924d1350..1f22c64c77 100644 --- a/third-party/triemap/pom.xml +++ b/third-party/triemap/pom.xml @@ -70,21 +70,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/odlext-model-api/pom.xml b/yang/odlext-model-api/pom.xml index cc1c828a53..57006d0e2b 100644 --- a/yang/odlext-model-api/pom.xml +++ b/yang/odlext-model-api/pom.xml @@ -71,21 +71,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/odlext-parser-support/pom.xml b/yang/odlext-parser-support/pom.xml index 6e5005edae..46b86f9300 100644 --- a/yang/odlext-parser-support/pom.xml +++ b/yang/odlext-parser-support/pom.xml @@ -77,21 +77,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/openconfig-model-api/pom.xml b/yang/openconfig-model-api/pom.xml index 67a405735d..440b1c9b30 100644 --- a/yang/openconfig-model-api/pom.xml +++ b/yang/openconfig-model-api/pom.xml @@ -71,21 +71,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/openconfig-parser-support/pom.xml b/yang/openconfig-parser-support/pom.xml index d6f192162d..8dc13a07b8 100644 --- a/yang/openconfig-parser-support/pom.xml +++ b/yang/openconfig-parser-support/pom.xml @@ -77,21 +77,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/rfc6536-model-api/pom.xml b/yang/rfc6536-model-api/pom.xml index 5a07fcb1c3..6a00e6043b 100644 --- a/yang/rfc6536-model-api/pom.xml +++ b/yang/rfc6536-model-api/pom.xml @@ -71,21 +71,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/rfc6536-parser-support/pom.xml b/yang/rfc6536-parser-support/pom.xml index 7f6d56053b..22ea2d161c 100644 --- a/yang/rfc6536-parser-support/pom.xml +++ b/yang/rfc6536-parser-support/pom.xml @@ -77,21 +77,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/rfc7952-model-api/pom.xml b/yang/rfc7952-model-api/pom.xml index 59826768b1..f08216d33b 100644 --- a/yang/rfc7952-model-api/pom.xml +++ b/yang/rfc7952-model-api/pom.xml @@ -71,21 +71,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/rfc7952-parser-support/pom.xml b/yang/rfc7952-parser-support/pom.xml index 76e8fc7795..bcbea169aa 100644 --- a/yang/rfc7952-parser-support/pom.xml +++ b/yang/rfc7952-parser-support/pom.xml @@ -77,21 +77,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/rfc8040-model-api/pom.xml b/yang/rfc8040-model-api/pom.xml index 1c6b138235..9bb34e67b4 100644 --- a/yang/rfc8040-model-api/pom.xml +++ b/yang/rfc8040-model-api/pom.xml @@ -71,21 +71,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/rfc8040-parser-support/pom.xml b/yang/rfc8040-parser-support/pom.xml index 36d4001c12..f3bc465cbf 100644 --- a/yang/rfc8040-parser-support/pom.xml +++ b/yang/rfc8040-parser-support/pom.xml @@ -77,21 +77,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/yang-common/pom.xml b/yang/yang-common/pom.xml index 92b546d610..8e62d8052a 100644 --- a/yang/yang-common/pom.xml +++ b/yang/yang-common/pom.xml @@ -81,21 +81,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/yang-data-api/pom.xml b/yang/yang-data-api/pom.xml index 20c1c71114..c8469423a8 100644 --- a/yang/yang-data-api/pom.xml +++ b/yang/yang-data-api/pom.xml @@ -79,21 +79,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/yang-data-codec-gson/pom.xml b/yang/yang-data-codec-gson/pom.xml index c746c8de03..337d73cc39 100644 --- a/yang/yang-data-codec-gson/pom.xml +++ b/yang/yang-data-codec-gson/pom.xml @@ -87,21 +87,6 @@ checkstyle.violationSeverity=error - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/yang-data-codec-xml/pom.xml b/yang/yang-data-codec-xml/pom.xml index 409d8d190d..c19e5b5dfb 100644 --- a/yang/yang-data-codec-xml/pom.xml +++ b/yang/yang-data-codec-xml/pom.xml @@ -88,21 +88,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index 9576392b06..beed31ec6b 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -91,7 +91,6 @@ prepare-agent - ${project.build.directory}/code-coverage/jacoco.exec jacoco.agent.ut.arg @@ -102,7 +101,6 @@ prepare-agent - ${project.build.directory}/code-coverage/jacoco-it.exec jacoco.agent.it.arg diff --git a/yang/yang-data-jaxen/pom.xml b/yang/yang-data-jaxen/pom.xml index 94991111da..0ed672101b 100644 --- a/yang/yang-data-jaxen/pom.xml +++ b/yang/yang-data-jaxen/pom.xml @@ -109,21 +109,6 @@ checkstyle.violationSeverity=error - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/yang-data-util/pom.xml b/yang/yang-data-util/pom.xml index 702ad6544c..ae25260cfb 100644 --- a/yang/yang-data-util/pom.xml +++ b/yang/yang-data-util/pom.xml @@ -74,21 +74,6 @@ checkstyle.violationSeverity=error - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/yang-maven-plugin-it/pom.xml b/yang/yang-maven-plugin-it/pom.xml index f1e18ed125..e36f2ef9c9 100644 --- a/yang/yang-maven-plugin-it/pom.xml +++ b/yang/yang-maven-plugin-it/pom.xml @@ -127,21 +127,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/yang-maven-plugin/pom.xml b/yang/yang-maven-plugin/pom.xml index 8b356e45d6..b9c3efd702 100644 --- a/yang/yang-maven-plugin/pom.xml +++ b/yang/yang-maven-plugin/pom.xml @@ -138,21 +138,6 @@ checkstyle.violationSeverity=error - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/yang-model-api/pom.xml b/yang/yang-model-api/pom.xml index f02b535370..f709d3cf62 100644 --- a/yang/yang-model-api/pom.xml +++ b/yang/yang-model-api/pom.xml @@ -71,21 +71,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/yang-model-export/pom.xml b/yang/yang-model-export/pom.xml index 82219c913a..03bb912e3c 100644 --- a/yang/yang-model-export/pom.xml +++ b/yang/yang-model-export/pom.xml @@ -74,21 +74,6 @@ checkstyle.violationSeverity=error - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/yang-model-util/pom.xml b/yang/yang-model-util/pom.xml index b31ed42cd6..7bd6d2dbf6 100644 --- a/yang/yang-model-util/pom.xml +++ b/yang/yang-model-util/pom.xml @@ -74,21 +74,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/yang-parser-api/pom.xml b/yang/yang-parser-api/pom.xml index 2f02114b51..45a3953c6d 100644 --- a/yang/yang-parser-api/pom.xml +++ b/yang/yang-parser-api/pom.xml @@ -63,21 +63,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/yang-parser-impl/pom.xml b/yang/yang-parser-impl/pom.xml index ed885179c5..5c3af205b9 100644 --- a/yang/yang-parser-impl/pom.xml +++ b/yang/yang-parser-impl/pom.xml @@ -163,21 +163,6 @@ - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/yang-parser-reactor/pom.xml b/yang/yang-parser-reactor/pom.xml index 2dc583cc51..11d3b2b956 100644 --- a/yang/yang-parser-reactor/pom.xml +++ b/yang/yang-parser-reactor/pom.xml @@ -80,21 +80,6 @@ checkstyle.violationSeverity=error - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/yang-parser-rfc7950/pom.xml b/yang/yang-parser-rfc7950/pom.xml index 1689684f96..1223fcf989 100644 --- a/yang/yang-parser-rfc7950/pom.xml +++ b/yang/yang-parser-rfc7950/pom.xml @@ -129,21 +129,6 @@ - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/yang-parser-spi/pom.xml b/yang/yang-parser-spi/pom.xml index 6c9dece7d7..be07928884 100644 --- a/yang/yang-parser-spi/pom.xml +++ b/yang/yang-parser-spi/pom.xml @@ -77,21 +77,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/yang-xpath-api/pom.xml b/yang/yang-xpath-api/pom.xml index cb096c2782..c323b6636f 100644 --- a/yang/yang-xpath-api/pom.xml +++ b/yang/yang-xpath-api/pom.xml @@ -71,21 +71,6 @@ true - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - diff --git a/yang/yang-xpath-impl/pom.xml b/yang/yang-xpath-impl/pom.xml index 9d8028164d..078eaf8a1c 100644 --- a/yang/yang-xpath-impl/pom.xml +++ b/yang/yang-xpath-impl/pom.xml @@ -90,21 +90,6 @@ checkstyle.violationSeverity=error - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - -- 2.36.6