From e78952b68fec8c8e4377b4ded651db109672d39a Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 14 Aug 2015 10:59:48 +0100 Subject: [PATCH] Update readmes --- docs/src/main/asciidoc/building-base.adoc | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/src/main/asciidoc/building-base.adoc b/docs/src/main/asciidoc/building-base.adoc index 8130716a..4373068a 100644 --- a/docs/src/main/asciidoc/building-base.adoc +++ b/docs/src/main/asciidoc/building-base.adoc @@ -65,13 +65,17 @@ We recommend the http://eclipse.org/m2e/[m2eclipe] eclipse plugin when working w eclipse. If you don't already have m2eclipse installed it is available from the "eclipse marketplace". -Once the projects are imported into Eclipse you will also need to tell m2eclipse -to use the `.settings.xml` file for the projects. If you do not do this you may -see errors many different errors related to the POMs in the projects. -Open your Eclipse preferences, expand the Maven preferences, and select User Settings. -In the User Settings field click Browse and navigate to the Spring Cloud project you -imported selecting the `.settings.xml` file in that project. Click Apply and then OK to -save the preference changes. +Unfortunately m2e does not yet support Maven 3.3, so once the projects +are imported into Eclipse you will also need to tell m2eclipse to use +the `.settings.xml` file for the projects. If you do not do this you +may see errors many different errors related to the POMs in the +projects. Open your Eclipse preferences, expand the Maven +preferences, and select User Settings. In the User Settings field +click Browse and navigate to the Spring Cloud project you imported +selecting the `.settings.xml` file in that project. Click Apply and +then OK to save the preference changes. + +NOTE: Alternatively you can copy the repository settings from https://github.com/spring-cloud/spring-cloud-build/blob/master/.settings.xml[`.settings.xml`] into your own `~/.m2/settings.xml`. ==== Importing into eclipse without m2eclipse If you prefer not to use m2eclipse you can generate eclipse project metadata using the