From 0b5ce952ba1ffb698199da5c66928761c2f3d023 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 4 Dec 2019 17:59:22 -0800 Subject: [PATCH] Use Eclipse m2e 1.14.0 Update our Oomph setup to use m2e 1.14.0 from their milestone update site. Unfortunately we need to use the milestone since the fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=548652 has not yet made it into a stable m2e release. Closes gh-19280 --- CONTRIBUTING.adoc | 4 ++++ eclipse/spring-boot-project.setup | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 7286b22a57..2e33e6fd38 100755 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -142,6 +142,10 @@ You can import the Spring Boot code into any Eclipse 2019-09-based distribution. easiest way to setup a new environment is to use the Eclipse Installer with the provided `spring-boot-project.setup` file (in the `/eclipse` folder). +NOTE: Due to m2e issue https://bugs.eclipse.org/bugs/show_bug.cgi?id=548652[#548652] you need to be running m2e 1.14.0 or higher. +An early milestone is available from http://download.eclipse.org/technology/m2e/milestones/1.14/. + + ==== Using the Eclipse Installer Spring Boot includes a `.setup` files which can be used with the Eclipse Installer to diff --git a/eclipse/spring-boot-project.setup b/eclipse/spring-boot-project.setup index f2c947c1fa..db9d905a57 100644 --- a/eclipse/spring-boot-project.setup +++ b/eclipse/spring-boot-project.setup @@ -69,7 +69,7 @@ + name="org.eclipse.m2e.feature.feature.group" versionRange="[1.14.0,2.0.0)"/> +