From cfab9d394022e32ea16c91fcdaadff8e209b1c68 Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Fri, 19 Jun 2020 17:41:07 -0400 Subject: Remove checkstyle plugin from distribution pom Issue-ID: POLICY-2188 Change-Id: Ica82f2762095560dd155262fa77d3f7fefca9437 Signed-off-by: Ram Krishna Verma --- pom.xml | 36 ------------------------------------ 1 file changed, 36 deletions(-) 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 - - - -- cgit