From 158a23223bc910a6eca828158877a0fdcfa3b234 Mon Sep 17 00:00:00 2001 From: Eugene Platonov Date: Mon, 27 May 2024 16:43:18 -0400 Subject: [PATCH] Move eclipse m2e plugin to a separate profile (avoid warnings when not building via eclipse) --- pom.xml | 123 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 69 insertions(+), 54 deletions(-) diff --git a/pom.xml b/pom.xml index c8fc0a0a..6f9ee13c 100644 --- a/pom.xml +++ b/pom.xml @@ -455,60 +455,6 @@ under the License. 3.13.0 - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - [1.0,) - - enforce - - - - - - - - - - org.apache.maven.plugins - maven-plugin-plugin - [1.0,) - - descriptor - helpmojo - - - - - - - - - - org.codehaus.plexus - plexus-maven-plugin - [1.0,) - - descriptor - - - - - - - - - - @@ -855,6 +801,75 @@ under the License. + + only-eclipse + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + [1.0,) + + enforce + + + + + + + + + + org.apache.maven.plugins + maven-plugin-plugin + [1.0,) + + descriptor + helpmojo + + + + + + + + + + org.codehaus.plexus + plexus-maven-plugin + [1.0,) + + descriptor + + + + + + + + + + + + + + +