From 607c15461c90b41552e05ad7e310002209d7c6eb Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Wed, 19 Jan 2022 18:35:12 +0100 Subject: [PATCH] [MPOM-287] - Make m2e exclusion conditional by moving it to a profile only active in Eclipse Active for m-remote-resources-p up to (excluding) 1.8.0 --- pom.xml | 66 ++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 40 insertions(+), 26 deletions(-) diff --git a/pom.xml b/pom.xml index 3e081a7b..c4c4f7b6 100644 --- a/pom.xml +++ b/pom.xml @@ -299,32 +299,6 @@ under the License. apache-rat-plugin 0.13 - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.apache.maven.plugins - maven-remote-resources-plugin - [1.7.0,1.8.0) - - process - - - - - - - - - - @@ -507,5 +481,45 @@ under the License. + + only-eclipse + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + [0,1.8.0) + + process + + + + + + + + + + + + + +