From: Jim Hahn Date: Fri, 12 Mar 2021 15:01:53 +0000 (-0500) Subject: Move common profile to parent pom X-Git-Tag: 3.4.0~55 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=a91d753c2039623b606fadb7316dc5a40e749e94;p=policy%2Fparent.git 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 --- 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 + + + + + + + + + + + + + + + +