From a7656758ee93303728da21c71aa4fa59991d22a5 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 12 Mar 2021 11:17:00 -0500 Subject: Address plugin-not-found issues Removed references to archetype-packaging and lifecycle-mapping, where unnecessary due to pom inheritance. Also removed unnecessary checkstyle plugins. Issue-ID: POLICY-3126 Change-Id: Ia2bc398c7adbf13e925dd6329411310472c7ee35 Signed-off-by: Jim Hahn --- policy-core/pom.xml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) (limited to 'policy-core/pom.xml') diff --git a/policy-core/pom.xml b/policy-core/pom.xml index 7d45a374..5ac9965d 100644 --- a/policy-core/pom.xml +++ b/policy-core/pom.xml @@ -140,44 +140,4 @@ - - - - - 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