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-utils/pom.xml | 39 --------------------------------------- 1 file changed, 39 deletions(-) (limited to 'policy-utils') diff --git a/policy-utils/pom.xml b/policy-utils/pom.xml index bf62da66..5bbcded9 100644 --- a/policy-utils/pom.xml +++ b/policy-utils/pom.xml @@ -77,43 +77,4 @@ ${policy.models.version} - - - - 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