From: Robert Varga Date: Mon, 21 Oct 2019 03:59:08 +0000 (+0200) Subject: Remove unneeded checkstyle/spotbugs declaration X-Git-Tag: release/magnesium~40 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=f0ddfec15e5843fb5942746c23b13a4f74dd71df Remove unneeded checkstyle/spotbugs declaration odlparent is enabling these, remove superfluous configuration. Change-Id: I80179e97046653b7e96ee79dbbd4e392ab47ae0f Signed-off-by: Robert Varga --- 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 - - - -