From f0ddfec15e5843fb5942746c23b13a4f74dd71df Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 21 Oct 2019 05:59:08 +0200 Subject: [PATCH] Remove unneeded checkstyle/spotbugs declaration odlparent is enabling these, remove superfluous configuration. Change-Id: I80179e97046653b7e96ee79dbbd4e392ab47ae0f Signed-off-by: Robert Varga --- benchmark/dsbenchmark/pom.xml | 10 ---------- benchmark/ntfbenchmark/pom.xml | 12 ------------ benchmark/rpcbenchmark/pom.xml | 12 ------------ opendaylight/blueprint/pom.xml | 14 -------------- opendaylight/md-sal/parent/pom.xml | 19 ------------------- 5 files changed, 67 deletions(-) diff --git a/benchmark/dsbenchmark/pom.xml b/benchmark/dsbenchmark/pom.xml index 4a7371e586..29e937a37a 100644 --- a/benchmark/dsbenchmark/pom.xml +++ b/benchmark/dsbenchmark/pom.xml @@ -55,16 +55,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - diff --git a/benchmark/ntfbenchmark/pom.xml b/benchmark/ntfbenchmark/pom.xml index e7bbedacde..4d26b37846 100644 --- a/benchmark/ntfbenchmark/pom.xml +++ b/benchmark/ntfbenchmark/pom.xml @@ -53,16 +53,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html yang-data-impl - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationseverity=error - - - - diff --git a/benchmark/rpcbenchmark/pom.xml b/benchmark/rpcbenchmark/pom.xml index 778db8b128..a8eb9a033a 100644 --- a/benchmark/rpcbenchmark/pom.xml +++ b/benchmark/rpcbenchmark/pom.xml @@ -53,16 +53,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html yang-data-impl - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationseverity=error - - - - diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index a46485f8d8..b46bf9334c 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -146,20 +146,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/opendaylight/md-sal/parent/pom.xml b/opendaylight/md-sal/parent/pom.xml index b64b183861..e98b56b7f9 100644 --- a/opendaylight/md-sal/parent/pom.xml +++ b/opendaylight/md-sal/parent/pom.xml @@ -42,23 +42,4 @@ org.osgi.core - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - -- 2.36.6