From 7a4b6b8818a7c01f7402f56d6989fb61663bf025 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 8 Mar 2021 14:28:10 -0500 Subject: Address plugin-not-found issues Removed references to archetype-packaging and lifecycle-mapping, where unnecessary due to pom inheritance. Issue-ID: POLICY-3126 Change-Id: Ie31edcb7ae31e1bb495904fce2c8ed56d9bf10f5 Signed-off-by: Jim Hahn --- integrity-audit/pom.xml | 75 ------------------------------------------------- 1 file changed, 75 deletions(-) (limited to 'integrity-audit') diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index 323c59e2..cf46fc7a 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -87,79 +87,4 @@ commons-lang3 - - - - - 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 - - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.jacoco - - jacoco-maven-plugin - - - [0.7.1.201405082137,) - - - prepare-agent - - - - - - - - - - - - - -- cgit 1.2.3-korg