Commit 0b5ce952 authored by Phillip Webb's avatar Phillip Webb

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
parent d29444ba
...@@ -142,6 +142,10 @@ You can import the Spring Boot code into any Eclipse 2019-09-based distribution. ...@@ -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 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). `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 ==== Using the Eclipse Installer
Spring Boot includes a `.setup` files which can be used with the Eclipse Installer to Spring Boot includes a `.setup` files which can be used with the Eclipse Installer to
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<requirement <requirement
name="org.eclipse.jst.web_ui.feature.feature.group"/> name="org.eclipse.jst.web_ui.feature.feature.group"/>
<requirement <requirement
name="org.eclipse.m2e.feature.feature.group"/> name="org.eclipse.m2e.feature.feature.group" versionRange="[1.14.0,2.0.0)"/>
<requirement <requirement
name="org.eclipse.oomph.setup.maven.feature.group"/> name="org.eclipse.oomph.setup.maven.feature.group"/>
<requirement <requirement
...@@ -86,6 +86,8 @@ ...@@ -86,6 +86,8 @@
name="org.springframework.ide.eclipse.boot.dash.feature.feature.group"/> name="org.springframework.ide.eclipse.boot.dash.feature.feature.group"/>
<requirement <requirement
name="org.springframework.tooling.boot.ls.feature.feature.group"/> name="org.springframework.tooling.boot.ls.feature.feature.group"/>
<repository
url="http://download.eclipse.org/technology/m2e/milestones/1.14/"/>
<repository <repository
url="https://dl.bintray.com/spring/javaformat-eclipse/"/> url="https://dl.bintray.com/spring/javaformat-eclipse/"/>
<repository <repository
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment