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)"/>
+