Skip to content

Commit 0b5ce95

Browse files
committed
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
1 parent d29444b commit 0b5ce95

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CONTRIBUTING.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ You can import the Spring Boot code into any Eclipse 2019-09-based distribution.
142142
easiest way to setup a new environment is to use the Eclipse Installer with the provided
143143
`spring-boot-project.setup` file (in the `/eclipse` folder).
144144

145+
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.
146+
An early milestone is available from http://download.eclipse.org/technology/m2e/milestones/1.14/.
147+
148+
145149

146150
==== Using the Eclipse Installer
147151
Spring Boot includes a `.setup` files which can be used with the Eclipse Installer to

eclipse/spring-boot-project.setup

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<requirement
7070
name="org.eclipse.jst.web_ui.feature.feature.group"/>
7171
<requirement
72-
name="org.eclipse.m2e.feature.feature.group"/>
72+
name="org.eclipse.m2e.feature.feature.group" versionRange="[1.14.0,2.0.0)"/>
7373
<requirement
7474
name="org.eclipse.oomph.setup.maven.feature.group"/>
7575
<requirement
@@ -86,6 +86,8 @@
8686
name="org.springframework.ide.eclipse.boot.dash.feature.feature.group"/>
8787
<requirement
8888
name="org.springframework.tooling.boot.ls.feature.feature.group"/>
89+
<repository
90+
url="http://download.eclipse.org/technology/m2e/milestones/1.14/"/>
8991
<repository
9092
url="https://dl.bintray.com/spring/javaformat-eclipse/"/>
9193
<repository

0 commit comments

Comments
 (0)