From: Robert Varga Date: Mon, 21 Oct 2019 04:12:43 +0000 (+0200) Subject: Remove superfluous checkstyle/spotbugs configuration X-Git-Tag: release/magnesium~24 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F82%2F85282%2F1;p=netconf.git Remove superfluous checkstyle/spotbugs configuration odlparent is already configuring these, remove the declarations. Change-Id: I309cd92b5096f6ec2c2d025f0ba735412dc94720 Signed-off-by: Robert Varga --- diff --git a/parent/pom.xml b/parent/pom.xml index fb429a273e..5639901683 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -60,23 +60,4 @@ - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - -