From dde173fdbce56d3ce3e7bdbfa6df02c933936b00 Mon Sep 17 00:00:00 2001 From: "Claudio D. Gasparini" Date: Sun, 25 Mar 2018 21:59:15 +0200 Subject: [PATCH] BGPCEP-712: Enforce checkstyle under binding-parent Remove from dindiong modules, given inheritance. Change-Id: I216d25eae5139f84663a9ae1ed43e94ab3d431ae Signed-off-by: Claudio D. Gasparini --- bgp/benchmark-app/pom.xml | 12 ------------ bgp/concepts/pom.xml | 12 ------------ bgp/evpn/pom.xml | 12 ------------ bgp/inet/pom.xml | 12 ------------ bgp/l3vpn/pom.xml | 12 ------------ bgp/openconfig-api/pom.xml | 12 ------------ bgp/openconfig-spi/pom.xml | 12 ------------ bgp/openconfig-state/pom.xml | 7 ------- bgp/parser-api/pom.xml | 12 ------------ bgp/peer-acceptor/pom.xml | 12 ------------ bgp/rib-api/pom.xml | 12 ------------ bgp/rib-impl/pom.xml | 14 -------------- bgp/rib-mock/pom.xml | 7 ------- bgp/topology-provider/pom.xml | 12 ------------ bgp/util/pom.xml | 12 ------------ binding-parent/pom.xml | 2 +- bmp/bmp-api/pom.xml | 19 ------------------- bmp/bmp-config-example/pom.xml | 7 ------- bmp/bmp-impl/pom.xml | 14 -------------- bmp/bmp-parser-impl/pom.xml | 14 -------------- bmp/bmp-spi/pom.xml | 19 ------------------- .../bmp-monitors-config-loader/pom.xml | 19 ------------------- config-loader/config-loader-impl/pom.xml | 14 -------------- config-loader/config-loader-spi/pom.xml | 19 ------------------- config-loader/protocols-config-loader/pom.xml | 19 ------------------- config-loader/topology-config-loader/pom.xml | 19 ------------------- pcep/api/pom.xml | 19 ------------------- pcep/auto-bandwidth-extension/pom.xml | 19 ------------------- pcep/topology/topology-api/pom.xml | 19 ------------------- pcep/topology/topology-provider/pom.xml | 14 -------------- pcep/topology/topology-spi/pom.xml | 19 ------------------- pcep/topology/topology-stats/pom.xml | 19 ------------------- pcep/tunnel/tunnel-api/pom.xml | 19 ------------------- pcep/tunnel/tunnel-provider/pom.xml | 19 ------------------- programming/api/pom.xml | 19 ------------------- programming/impl/pom.xml | 14 -------------- programming/spi/pom.xml | 19 ------------------- programming/topology-api/pom.xml | 19 ------------------- programming/tunnel-api/pom.xml | 19 ------------------- rsvp/api/pom.xml | 19 ------------------- rsvp/impl/pom.xml | 19 ------------------- rsvp/spi/pom.xml | 19 ------------------- topology/api/pom.xml | 19 ------------------- topology/segment-routing/pom.xml | 19 ------------------- topology/tunnel-api/pom.xml | 19 ------------------- 45 files changed, 1 insertion(+), 687 deletions(-) diff --git a/bgp/benchmark-app/pom.xml b/bgp/benchmark-app/pom.xml index 287a488e4c..5aef2ec1cd 100644 --- a/bgp/benchmark-app/pom.xml +++ b/bgp/benchmark-app/pom.xml @@ -105,18 +105,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/bgp/concepts/pom.xml b/bgp/concepts/pom.xml index 63f18f0760..4aeada749d 100644 --- a/bgp/concepts/pom.xml +++ b/bgp/concepts/pom.xml @@ -77,18 +77,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/bgp/evpn/pom.xml b/bgp/evpn/pom.xml index d621ff6db2..09489879ec 100644 --- a/bgp/evpn/pom.xml +++ b/bgp/evpn/pom.xml @@ -119,18 +119,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/bgp/inet/pom.xml b/bgp/inet/pom.xml index 80e8e6a0a6..476dec6abb 100644 --- a/bgp/inet/pom.xml +++ b/bgp/inet/pom.xml @@ -103,18 +103,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/bgp/l3vpn/pom.xml b/bgp/l3vpn/pom.xml index 85c2cf6c4d..6630cab5ea 100644 --- a/bgp/l3vpn/pom.xml +++ b/bgp/l3vpn/pom.xml @@ -102,18 +102,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/bgp/openconfig-api/pom.xml b/bgp/openconfig-api/pom.xml index 2eba09a7fd..a8cfa0bf65 100644 --- a/bgp/openconfig-api/pom.xml +++ b/bgp/openconfig-api/pom.xml @@ -70,18 +70,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/bgp/openconfig-spi/pom.xml b/bgp/openconfig-spi/pom.xml index ccdc30490d..d94f46593c 100644 --- a/bgp/openconfig-spi/pom.xml +++ b/bgp/openconfig-spi/pom.xml @@ -44,18 +44,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/bgp/openconfig-state/pom.xml b/bgp/openconfig-state/pom.xml index 828201632f..dd8661e009 100644 --- a/bgp/openconfig-state/pom.xml +++ b/bgp/openconfig-state/pom.xml @@ -93,13 +93,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - diff --git a/bgp/parser-api/pom.xml b/bgp/parser-api/pom.xml index 1677304979..adf59f21d0 100644 --- a/bgp/parser-api/pom.xml +++ b/bgp/parser-api/pom.xml @@ -72,18 +72,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/bgp/peer-acceptor/pom.xml b/bgp/peer-acceptor/pom.xml index 42bb78dc69..1461f65c4e 100644 --- a/bgp/peer-acceptor/pom.xml +++ b/bgp/peer-acceptor/pom.xml @@ -48,18 +48,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/bgp/rib-api/pom.xml b/bgp/rib-api/pom.xml index 62668f4256..760bc924b3 100644 --- a/bgp/rib-api/pom.xml +++ b/bgp/rib-api/pom.xml @@ -63,18 +63,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/bgp/rib-impl/pom.xml b/bgp/rib-impl/pom.xml index 50082167b4..1b10949896 100644 --- a/bgp/rib-impl/pom.xml +++ b/bgp/rib-impl/pom.xml @@ -280,20 +280,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=warning - - - - org.opendaylight.yangtools - checkstyle-logging - 2.0.2 - - - org.apache.felix maven-bundle-plugin diff --git a/bgp/rib-mock/pom.xml b/bgp/rib-mock/pom.xml index 5698d021ec..650ac4b877 100644 --- a/bgp/rib-mock/pom.xml +++ b/bgp/rib-mock/pom.xml @@ -89,13 +89,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - diff --git a/bgp/topology-provider/pom.xml b/bgp/topology-provider/pom.xml index 6425412681..1876f20894 100644 --- a/bgp/topology-provider/pom.xml +++ b/bgp/topology-provider/pom.xml @@ -219,18 +219,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/bgp/util/pom.xml b/bgp/util/pom.xml index 50511a9b7a..5f5c272da6 100644 --- a/bgp/util/pom.xml +++ b/bgp/util/pom.xml @@ -54,18 +54,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index 1c09a12e28..6d3f1fd3f8 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - checkstyle.violationSeverity=warning + checkstyle.violationSeverity=error diff --git a/bmp/bmp-api/pom.xml b/bmp/bmp-api/pom.xml index 05ffa569e1..6e8f8ffd90 100644 --- a/bmp/bmp-api/pom.xml +++ b/bmp/bmp-api/pom.xml @@ -70,25 +70,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/bmp/bmp-config-example/pom.xml b/bmp/bmp-config-example/pom.xml index aa131c0154..1f1766a365 100644 --- a/bmp/bmp-config-example/pom.xml +++ b/bmp/bmp-config-example/pom.xml @@ -76,13 +76,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - diff --git a/bmp/bmp-impl/pom.xml b/bmp/bmp-impl/pom.xml index efca2c37a7..eaec95a542 100644 --- a/bmp/bmp-impl/pom.xml +++ b/bmp/bmp-impl/pom.xml @@ -270,20 +270,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - org.apache.maven.plugins maven-remote-resources-plugin diff --git a/bmp/bmp-parser-impl/pom.xml b/bmp/bmp-parser-impl/pom.xml index e4d04c1b91..c18d303789 100644 --- a/bmp/bmp-parser-impl/pom.xml +++ b/bmp/bmp-parser-impl/pom.xml @@ -57,20 +57,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - org.apache.maven.plugins diff --git a/bmp/bmp-spi/pom.xml b/bmp/bmp-spi/pom.xml index f1dff6e48e..16a6bbf7df 100644 --- a/bmp/bmp-spi/pom.xml +++ b/bmp/bmp-spi/pom.xml @@ -114,25 +114,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/config-loader/bmp-monitors-config-loader/pom.xml b/config-loader/bmp-monitors-config-loader/pom.xml index 35ccf5fd1c..0cfe010f9c 100644 --- a/config-loader/bmp-monitors-config-loader/pom.xml +++ b/config-loader/bmp-monitors-config-loader/pom.xml @@ -81,25 +81,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/config-loader/config-loader-impl/pom.xml b/config-loader/config-loader-impl/pom.xml index 564ecbc8b9..0e55a7bf3c 100644 --- a/config-loader/config-loader-impl/pom.xml +++ b/config-loader/config-loader-impl/pom.xml @@ -109,20 +109,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - diff --git a/config-loader/config-loader-spi/pom.xml b/config-loader/config-loader-spi/pom.xml index 317e5c0dc2..481a9caa9c 100644 --- a/config-loader/config-loader-spi/pom.xml +++ b/config-loader/config-loader-spi/pom.xml @@ -42,25 +42,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/config-loader/protocols-config-loader/pom.xml b/config-loader/protocols-config-loader/pom.xml index 0bd792fbe2..ac7bd56a29 100644 --- a/config-loader/protocols-config-loader/pom.xml +++ b/config-loader/protocols-config-loader/pom.xml @@ -82,25 +82,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/config-loader/topology-config-loader/pom.xml b/config-loader/topology-config-loader/pom.xml index 6644e79066..dd17096002 100644 --- a/config-loader/topology-config-loader/pom.xml +++ b/config-loader/topology-config-loader/pom.xml @@ -82,25 +82,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/pcep/api/pom.xml b/pcep/api/pom.xml index 32500d0af4..daa2485c31 100644 --- a/pcep/api/pom.xml +++ b/pcep/api/pom.xml @@ -89,25 +89,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/pcep/auto-bandwidth-extension/pom.xml b/pcep/auto-bandwidth-extension/pom.xml index 1c6ec86023..433909d5c3 100644 --- a/pcep/auto-bandwidth-extension/pom.xml +++ b/pcep/auto-bandwidth-extension/pom.xml @@ -102,25 +102,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/pcep/topology/topology-api/pom.xml b/pcep/topology/topology-api/pom.xml index f65d52235a..09258d968d 100644 --- a/pcep/topology/topology-api/pom.xml +++ b/pcep/topology/topology-api/pom.xml @@ -70,25 +70,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/pcep/topology/topology-provider/pom.xml b/pcep/topology/topology-provider/pom.xml index 11675082fb..7832ccc146 100644 --- a/pcep/topology/topology-provider/pom.xml +++ b/pcep/topology/topology-provider/pom.xml @@ -234,20 +234,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - org.apache.maven.plugins maven-jar-plugin diff --git a/pcep/topology/topology-spi/pom.xml b/pcep/topology/topology-spi/pom.xml index 3a83f55cf1..43f6ea1067 100644 --- a/pcep/topology/topology-spi/pom.xml +++ b/pcep/topology/topology-spi/pom.xml @@ -53,25 +53,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/pcep/topology/topology-stats/pom.xml b/pcep/topology/topology-stats/pom.xml index 2c1f94fc0b..0a960014db 100644 --- a/pcep/topology/topology-stats/pom.xml +++ b/pcep/topology/topology-stats/pom.xml @@ -50,25 +50,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/pcep/tunnel/tunnel-api/pom.xml b/pcep/tunnel/tunnel-api/pom.xml index 35230a51d5..1870512bf0 100644 --- a/pcep/tunnel/tunnel-api/pom.xml +++ b/pcep/tunnel/tunnel-api/pom.xml @@ -75,25 +75,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/pcep/tunnel/tunnel-provider/pom.xml b/pcep/tunnel/tunnel-provider/pom.xml index f3d6c4e886..7dbd5aab52 100644 --- a/pcep/tunnel/tunnel-provider/pom.xml +++ b/pcep/tunnel/tunnel-provider/pom.xml @@ -220,25 +220,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/programming/api/pom.xml b/programming/api/pom.xml index 2c147ed9fa..ff30fc4e4c 100644 --- a/programming/api/pom.xml +++ b/programming/api/pom.xml @@ -57,25 +57,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/programming/impl/pom.xml b/programming/impl/pom.xml index 401b34ac91..1fe8bf5962 100644 --- a/programming/impl/pom.xml +++ b/programming/impl/pom.xml @@ -209,20 +209,6 @@ org.opendaylight.yangtools yang-maven-plugin - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - diff --git a/programming/spi/pom.xml b/programming/spi/pom.xml index b75d400cbf..188057be94 100644 --- a/programming/spi/pom.xml +++ b/programming/spi/pom.xml @@ -59,25 +59,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/programming/topology-api/pom.xml b/programming/topology-api/pom.xml index efacfebdf4..b6943d0ce8 100644 --- a/programming/topology-api/pom.xml +++ b/programming/topology-api/pom.xml @@ -53,25 +53,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/programming/tunnel-api/pom.xml b/programming/tunnel-api/pom.xml index 1632d0d7c0..1ea6abf7d9 100644 --- a/programming/tunnel-api/pom.xml +++ b/programming/tunnel-api/pom.xml @@ -55,25 +55,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/rsvp/api/pom.xml b/rsvp/api/pom.xml index efe90a14aa..ba3baed9fe 100644 --- a/rsvp/api/pom.xml +++ b/rsvp/api/pom.xml @@ -53,25 +53,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/rsvp/impl/pom.xml b/rsvp/impl/pom.xml index d9b90c0d97..a69d456de7 100644 --- a/rsvp/impl/pom.xml +++ b/rsvp/impl/pom.xml @@ -71,23 +71,4 @@ test - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - diff --git a/rsvp/spi/pom.xml b/rsvp/spi/pom.xml index b5b89367cf..228f1f5ce4 100644 --- a/rsvp/spi/pom.xml +++ b/rsvp/spi/pom.xml @@ -73,25 +73,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/topology/api/pom.xml b/topology/api/pom.xml index 741ff8a6b8..61e9b31294 100644 --- a/topology/api/pom.xml +++ b/topology/api/pom.xml @@ -59,25 +59,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/topology/segment-routing/pom.xml b/topology/segment-routing/pom.xml index 67998e3f64..11051297f8 100644 --- a/topology/segment-routing/pom.xml +++ b/topology/segment-routing/pom.xml @@ -51,25 +51,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git diff --git a/topology/tunnel-api/pom.xml b/topology/tunnel-api/pom.xml index b0711a9795..41f9276e1d 100644 --- a/topology/tunnel-api/pom.xml +++ b/topology/tunnel-api/pom.xml @@ -51,25 +51,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git -- 2.36.6