From: Ram Krishna Verma Date: Fri, 19 Jun 2020 21:49:21 +0000 (-0400) Subject: Remove checkstyle plugin from pap pom X-Git-Tag: 2.3.0~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=81bfcc1729235abebfa4cd2c35cf37aedcadc376;p=policy%2Fpap.git Remove checkstyle plugin from pap pom Issue-ID: POLICY-2188 Change-Id: I4bfb1019782d6e72feda18ae1414c07e8ed460a2 Signed-off-by: Ram Krishna Verma --- 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 - - - -