From: Ram Krishna Verma Date: Fri, 19 Jun 2020 21:41:07 +0000 (-0400) Subject: Remove checkstyle plugin from distribution pom X-Git-Tag: 2.4.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=cfab9d394022e32ea16c91fcdaadff8e209b1c68;p=policy%2Fdistribution.git Remove checkstyle plugin from distribution pom Issue-ID: POLICY-2188 Change-Id: Ica82f2762095560dd155262fa77d3f7fefca9437 Signed-off-by: Ram Krishna Verma --- diff --git a/pom.xml b/pom.xml index 727d36a5..e5c9dda7 100644 --- a/pom.xml +++ b/pom.xml @@ -114,42 +114,6 @@ - - maven-checkstyle-plugin - - - onap-java-style - - check - - process-sources - - - onap-checkstyle/onap-java-style.xml - - ${project.build.sourceDirectory} - true - true - true - - - true - true - warning - - - - - - org.onap.oparent - checkstyle - ${oparent.version} - compile - - -