From 81bfcc1729235abebfa4cd2c35cf37aedcadc376 Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Fri, 19 Jun 2020 17:49:21 -0400 Subject: Remove checkstyle plugin from pap pom Issue-ID: POLICY-2188 Change-Id: I4bfb1019782d6e72feda18ae1414c07e8ed460a2 Signed-off-by: Ram Krishna Verma --- pom.xml | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/pom.xml b/pom.xml index a8d624c1..8a27ee65 100644 --- a/pom.xml +++ b/pom.xml @@ -66,43 +66,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 1.2.3-korg