diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index dc998031d23..8c5102a2be3 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -112,11 +112,12 @@ marketplace". Spring Boot includes project specific source formatting settings, in order to have these work with m2eclipse, we provide an additional eclipse plugin that you can install: +* Download `org.eclipse.m2e.maveneclipse.site.zip` from + https://github.com/philwebb/m2eclipse-maveneclipse/releases. * Select `Install new software` from the `help` menu * Click `Add...` to add a new repository * Click the `Archive...` button -* Select `org.eclipse.m2e.maveneclipse.site-0.0.1-SNAPSHOT-site.zip` from the `eclipse` - folder in this checkout +* Select the `org.eclipse.m2e.maveneclipse.site.zip` that you previously downloaded * Install "Maven Integration for the maven-eclipse-plugin" NOTE: This plugin is optional. Projects can be imported without the plugin, your code diff --git a/eclipse/org.eclipse.m2e.maveneclipse.site-0.0.1-SNAPSHOT-site.zip b/eclipse/org.eclipse.m2e.maveneclipse.site-0.0.1-SNAPSHOT-site.zip deleted file mode 100644 index c2ebd6895f3..00000000000 Binary files a/eclipse/org.eclipse.m2e.maveneclipse.site-0.0.1-SNAPSHOT-site.zip and /dev/null differ