From f9e4789718a3f3a9db5a4da4c17c778625f72828 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 22 Aug 2019 13:05:03 +0200 Subject: [PATCH] Remove unneeded checkstyle/spotbugs declarations odlparent is forcing enforcement of both, there is no point in us repeating the declarations. Change-Id: I0896e446ab587cb9d5b5b746bae030d58497cf71 Signed-off-by: Robert Varga --- binding/maven-sal-api-gen-plugin/pom.xml | 7 ------- binding/mdsal-binding-api/pom.xml | 14 -------------- binding/mdsal-binding-dom-adapter/pom.xml | 14 -------------- binding/mdsal-binding-dom-codec-osgi/pom.xml | 14 -------------- binding/mdsal-binding-dom-codec/pom.xml | 15 --------------- binding/mdsal-binding-generator-api/pom.xml | 19 ------------------- binding/mdsal-binding-generator-impl/pom.xml | 14 -------------- binding/mdsal-binding-generator-util/pom.xml | 19 ------------------- .../mdsal-binding-java-api-generator/pom.xml | 7 ------- binding/mdsal-binding-spec-util/pom.xml | 14 -------------- binding/mdsal-binding-spi/pom.xml | 14 -------------- binding/mdsal-binding-test-model/pom.xml | 19 ------------------- binding/mdsal-binding-test-utils/pom.xml | 19 ------------------- binding/mdsal-binding-util-tests/pom.xml | 12 ------------ binding/mdsal-binding-util/pom.xml | 14 -------------- binding/yang-binding/pom.xml | 14 -------------- blueprint/mdsal-blueprint-binding/pom.xml | 14 -------------- common/mdsal-common-api/pom.xml | 14 -------------- common/mdsal-common-util/pom.xml | 12 ------------ dom/mdsal-dom-api/pom.xml | 14 -------------- dom/mdsal-dom-broker/pom.xml | 18 ------------------ dom/mdsal-dom-inmemory-datastore/pom.xml | 14 -------------- dom/mdsal-dom-schema-service-osgi/pom.xml | 14 -------------- dom/mdsal-dom-spi/pom.xml | 14 -------------- .../mdsal-eos-binding-adapter/pom.xml | 18 ------------------ entityownership/mdsal-eos-binding-api/pom.xml | 18 ------------------ entityownership/mdsal-eos-common-api/pom.xml | 18 ------------------ entityownership/mdsal-eos-common-spi/pom.xml | 18 ------------------ entityownership/mdsal-eos-dom-api/pom.xml | 18 ------------------ entityownership/mdsal-eos-dom-simple/pom.xml | 14 -------------- model/ietf/ietf-type-util/pom.xml | 14 -------------- model/ietf/rfc7895/pom.xml | 11 ----------- model/ietf/rfc8525/pom.xml | 11 ----------- .../mdsal-singleton-common-api/pom.xml | 19 ------------------- .../mdsal-singleton-dom-impl/pom.xml | 19 ------------------- yanglib/mdsal-yanglib-api/pom.xml | 14 -------------- yanglib/mdsal-yanglib-rfc7895/pom.xml | 14 -------------- yanglib/mdsal-yanglib-rfc8525/pom.xml | 14 -------------- 38 files changed, 563 deletions(-) diff --git a/binding/maven-sal-api-gen-plugin/pom.xml b/binding/maven-sal-api-gen-plugin/pom.xml index 71dc09cd3d..7708d9336c 100644 --- a/binding/maven-sal-api-gen-plugin/pom.xml +++ b/binding/maven-sal-api-gen-plugin/pom.xml @@ -92,13 +92,6 @@ org.eclipse.xtend xtend-maven-plugin - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - diff --git a/binding/mdsal-binding-api/pom.xml b/binding/mdsal-binding-api/pom.xml index 356efc815e..61a5df3ab4 100644 --- a/binding/mdsal-binding-api/pom.xml +++ b/binding/mdsal-binding-api/pom.xml @@ -70,20 +70,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/binding/mdsal-binding-dom-adapter/pom.xml b/binding/mdsal-binding-dom-adapter/pom.xml index a93bd6acb2..5c015ea885 100644 --- a/binding/mdsal-binding-dom-adapter/pom.xml +++ b/binding/mdsal-binding-dom-adapter/pom.xml @@ -109,20 +109,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/binding/mdsal-binding-dom-codec-osgi/pom.xml b/binding/mdsal-binding-dom-codec-osgi/pom.xml index 28cf191418..9997161f96 100644 --- a/binding/mdsal-binding-dom-codec-osgi/pom.xml +++ b/binding/mdsal-binding-dom-codec-osgi/pom.xml @@ -52,20 +52,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/binding/mdsal-binding-dom-codec/pom.xml b/binding/mdsal-binding-dom-codec/pom.xml index 2566957c2b..7682808e55 100644 --- a/binding/mdsal-binding-dom-codec/pom.xml +++ b/binding/mdsal-binding-dom-codec/pom.xml @@ -121,21 +121,6 @@ - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/binding/mdsal-binding-generator-api/pom.xml b/binding/mdsal-binding-generator-api/pom.xml index 41d04d3d89..b97c330a36 100644 --- a/binding/mdsal-binding-generator-api/pom.xml +++ b/binding/mdsal-binding-generator-api/pom.xml @@ -30,23 +30,4 @@ yang-binding - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - diff --git a/binding/mdsal-binding-generator-impl/pom.xml b/binding/mdsal-binding-generator-impl/pom.xml index 51b0bc5545..e32522e67f 100644 --- a/binding/mdsal-binding-generator-impl/pom.xml +++ b/binding/mdsal-binding-generator-impl/pom.xml @@ -70,20 +70,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/binding/mdsal-binding-generator-util/pom.xml b/binding/mdsal-binding-generator-util/pom.xml index 9b7f59012e..7f372ac89b 100644 --- a/binding/mdsal-binding-generator-util/pom.xml +++ b/binding/mdsal-binding-generator-util/pom.xml @@ -51,23 +51,4 @@ yang-test-util - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - diff --git a/binding/mdsal-binding-java-api-generator/pom.xml b/binding/mdsal-binding-java-api-generator/pom.xml index fe1e3107c0..ef1f5841ac 100644 --- a/binding/mdsal-binding-java-api-generator/pom.xml +++ b/binding/mdsal-binding-java-api-generator/pom.xml @@ -64,13 +64,6 @@ org.eclipse.xtend xtend-maven-plugin - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - diff --git a/binding/mdsal-binding-spec-util/pom.xml b/binding/mdsal-binding-spec-util/pom.xml index d6a4344eac..6cca129920 100644 --- a/binding/mdsal-binding-spec-util/pom.xml +++ b/binding/mdsal-binding-spec-util/pom.xml @@ -46,20 +46,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/binding/mdsal-binding-spi/pom.xml b/binding/mdsal-binding-spi/pom.xml index 86a98540f1..77a5ae37f9 100644 --- a/binding/mdsal-binding-spi/pom.xml +++ b/binding/mdsal-binding-spi/pom.xml @@ -51,20 +51,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/binding/mdsal-binding-test-model/pom.xml b/binding/mdsal-binding-test-model/pom.xml index fbcd4b842b..d4a6cf9849 100644 --- a/binding/mdsal-binding-test-model/pom.xml +++ b/binding/mdsal-binding-test-model/pom.xml @@ -30,23 +30,4 @@ yang-ext - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - diff --git a/binding/mdsal-binding-test-utils/pom.xml b/binding/mdsal-binding-test-utils/pom.xml index 8b6d2f20ef..1763a4c75d 100644 --- a/binding/mdsal-binding-test-utils/pom.xml +++ b/binding/mdsal-binding-test-utils/pom.xml @@ -95,23 +95,4 @@ test - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - diff --git a/binding/mdsal-binding-util-tests/pom.xml b/binding/mdsal-binding-util-tests/pom.xml index b503ea84bd..39f590458b 100644 --- a/binding/mdsal-binding-util-tests/pom.xml +++ b/binding/mdsal-binding-util-tests/pom.xml @@ -44,16 +44,4 @@ test-jar - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - diff --git a/binding/mdsal-binding-util/pom.xml b/binding/mdsal-binding-util/pom.xml index a5ddbe859d..30055daee2 100644 --- a/binding/mdsal-binding-util/pom.xml +++ b/binding/mdsal-binding-util/pom.xml @@ -56,20 +56,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/binding/yang-binding/pom.xml b/binding/yang-binding/pom.xml index 31b1cd80d4..d024331d09 100644 --- a/binding/yang-binding/pom.xml +++ b/binding/yang-binding/pom.xml @@ -52,20 +52,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/blueprint/mdsal-blueprint-binding/pom.xml b/blueprint/mdsal-blueprint-binding/pom.xml index 42f52ad398..7cb56c48af 100644 --- a/blueprint/mdsal-blueprint-binding/pom.xml +++ b/blueprint/mdsal-blueprint-binding/pom.xml @@ -104,20 +104,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/common/mdsal-common-api/pom.xml b/common/mdsal-common-api/pom.xml index 65fb3953b6..d20f8dae5b 100644 --- a/common/mdsal-common-api/pom.xml +++ b/common/mdsal-common-api/pom.xml @@ -54,20 +54,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/common/mdsal-common-util/pom.xml b/common/mdsal-common-util/pom.xml index 100f74c0c2..97b3551989 100644 --- a/common/mdsal-common-util/pom.xml +++ b/common/mdsal-common-util/pom.xml @@ -36,16 +36,4 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - - diff --git a/dom/mdsal-dom-api/pom.xml b/dom/mdsal-dom-api/pom.xml index 14bb5f181b..395c245331 100644 --- a/dom/mdsal-dom-api/pom.xml +++ b/dom/mdsal-dom-api/pom.xml @@ -56,20 +56,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/dom/mdsal-dom-broker/pom.xml b/dom/mdsal-dom-broker/pom.xml index 0fa7615275..ca3e65c512 100644 --- a/dom/mdsal-dom-broker/pom.xml +++ b/dom/mdsal-dom-broker/pom.xml @@ -70,24 +70,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git diff --git a/dom/mdsal-dom-inmemory-datastore/pom.xml b/dom/mdsal-dom-inmemory-datastore/pom.xml index 10af2ccd52..756dbfcbff 100644 --- a/dom/mdsal-dom-inmemory-datastore/pom.xml +++ b/dom/mdsal-dom-inmemory-datastore/pom.xml @@ -91,20 +91,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/dom/mdsal-dom-schema-service-osgi/pom.xml b/dom/mdsal-dom-schema-service-osgi/pom.xml index ecc11c6325..a4c41f8da2 100644 --- a/dom/mdsal-dom-schema-service-osgi/pom.xml +++ b/dom/mdsal-dom-schema-service-osgi/pom.xml @@ -77,20 +77,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/dom/mdsal-dom-spi/pom.xml b/dom/mdsal-dom-spi/pom.xml index e8ca8d22b0..50a8755be1 100644 --- a/dom/mdsal-dom-spi/pom.xml +++ b/dom/mdsal-dom-spi/pom.xml @@ -43,20 +43,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/entityownership/mdsal-eos-binding-adapter/pom.xml b/entityownership/mdsal-eos-binding-adapter/pom.xml index af20802b4d..50dd017bdd 100644 --- a/entityownership/mdsal-eos-binding-adapter/pom.xml +++ b/entityownership/mdsal-eos-binding-adapter/pom.xml @@ -61,24 +61,6 @@ test - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git diff --git a/entityownership/mdsal-eos-binding-api/pom.xml b/entityownership/mdsal-eos-binding-api/pom.xml index 3f81d0f1df..2a1fca23e8 100644 --- a/entityownership/mdsal-eos-binding-api/pom.xml +++ b/entityownership/mdsal-eos-binding-api/pom.xml @@ -57,24 +57,6 @@ test - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git diff --git a/entityownership/mdsal-eos-common-api/pom.xml b/entityownership/mdsal-eos-common-api/pom.xml index c495267705..b9e1e08d99 100644 --- a/entityownership/mdsal-eos-common-api/pom.xml +++ b/entityownership/mdsal-eos-common-api/pom.xml @@ -40,24 +40,6 @@ mockito-configuration - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - scm:git:http://git.opendaylight.org/gerrit/mdsal.git scm:git:ssh://git.opendaylight.org:29418/mdsal.git diff --git a/entityownership/mdsal-eos-common-spi/pom.xml b/entityownership/mdsal-eos-common-spi/pom.xml index 2ff8852338..5530b48a46 100644 --- a/entityownership/mdsal-eos-common-spi/pom.xml +++ b/entityownership/mdsal-eos-common-spi/pom.xml @@ -44,24 +44,6 @@ mockito-configuration - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - scm:git:http://git.opendaylight.org/gerrit/mdsal.git scm:git:ssh://git.opendaylight.org:29418/mdsal.git diff --git a/entityownership/mdsal-eos-dom-api/pom.xml b/entityownership/mdsal-eos-dom-api/pom.xml index 34c3c388a1..4418370132 100644 --- a/entityownership/mdsal-eos-dom-api/pom.xml +++ b/entityownership/mdsal-eos-dom-api/pom.xml @@ -41,24 +41,6 @@ test - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git diff --git a/entityownership/mdsal-eos-dom-simple/pom.xml b/entityownership/mdsal-eos-dom-simple/pom.xml index bc87c44fb2..072d2d183c 100644 --- a/entityownership/mdsal-eos-dom-simple/pom.xml +++ b/entityownership/mdsal-eos-dom-simple/pom.xml @@ -63,20 +63,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/model/ietf/ietf-type-util/pom.xml b/model/ietf/ietf-type-util/pom.xml index fefe1fd272..5c921fef87 100644 --- a/model/ietf/ietf-type-util/pom.xml +++ b/model/ietf/ietf-type-util/pom.xml @@ -47,20 +47,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/model/ietf/rfc7895/pom.xml b/model/ietf/rfc7895/pom.xml index b499be838d..82c8277670 100644 --- a/model/ietf/rfc7895/pom.xml +++ b/model/ietf/rfc7895/pom.xml @@ -32,15 +32,4 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - diff --git a/model/ietf/rfc8525/pom.xml b/model/ietf/rfc8525/pom.xml index bed6413679..94c8b608e7 100644 --- a/model/ietf/rfc8525/pom.xml +++ b/model/ietf/rfc8525/pom.xml @@ -34,15 +34,4 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - diff --git a/singleton-service/mdsal-singleton-common-api/pom.xml b/singleton-service/mdsal-singleton-common-api/pom.xml index 1698e7c3d5..f04eb119b6 100644 --- a/singleton-service/mdsal-singleton-common-api/pom.xml +++ b/singleton-service/mdsal-singleton-common-api/pom.xml @@ -46,25 +46,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - - scm:git:http://git.opendaylight.org/gerrit/mdsal.git scm:git:ssh://git.opendaylight.org:29418/mdsal.git diff --git a/singleton-service/mdsal-singleton-dom-impl/pom.xml b/singleton-service/mdsal-singleton-dom-impl/pom.xml index e9ac0c1055..a24aa6cdb6 100644 --- a/singleton-service/mdsal-singleton-dom-impl/pom.xml +++ b/singleton-service/mdsal-singleton-dom-impl/pom.xml @@ -52,25 +52,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - - scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git diff --git a/yanglib/mdsal-yanglib-api/pom.xml b/yanglib/mdsal-yanglib-api/pom.xml index 8e8052fee4..6bc2c3846e 100644 --- a/yanglib/mdsal-yanglib-api/pom.xml +++ b/yanglib/mdsal-yanglib-api/pom.xml @@ -43,20 +43,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yanglib/mdsal-yanglib-rfc7895/pom.xml b/yanglib/mdsal-yanglib-rfc7895/pom.xml index a7a63377e1..b40b7add53 100644 --- a/yanglib/mdsal-yanglib-rfc7895/pom.xml +++ b/yanglib/mdsal-yanglib-rfc7895/pom.xml @@ -75,20 +75,6 @@ org.apache.aries.blueprint blueprint-maven-plugin - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yanglib/mdsal-yanglib-rfc8525/pom.xml b/yanglib/mdsal-yanglib-rfc8525/pom.xml index 1a3885c62b..63bbcc33a4 100644 --- a/yanglib/mdsal-yanglib-rfc8525/pom.xml +++ b/yanglib/mdsal-yanglib-rfc8525/pom.xml @@ -75,20 +75,6 @@ org.apache.aries.blueprint blueprint-maven-plugin - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - -- 2.36.6