From a91d753c2039623b606fadb7316dc5a40e749e94 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 12 Mar 2021 10:01:53 -0500 Subject: [PATCH] Move common profile to parent pom The "m2e" lifecycle-mappings appear in all of the policy repos. Moved it to parent so that it only has to be managed in one place. Also embedded it within a profile, per discussions on the web: https://stackoverflow.com/questions/7409823/m2e-lifecycle-mapping-not-found Issue-ID: POLICY-3126 Change-Id: I90f4abdc72b7344dd262077fad8869f8963f4313 Signed-off-by: Jim Hahn --- integration/pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/integration/pom.xml b/integration/pom.xml index c513d731..3ef1cbb4 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -539,6 +539,49 @@ https://wiki.onap.org/display/DW/Integration+Project + + + m2e + + + + m2e.version + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17,) + + check + + + + + + + + + + + + + + + + -- 2.16.6