From 1415e7aeb32183237ca41c13d3452f5006e86f59 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 12 May 2016 10:26:59 +0100 Subject: [PATCH] No more .settings.xml --- docs/src/main/asciidoc/building-base.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/building-base.adoc b/docs/src/main/asciidoc/building-base.adoc index 544335f5..3088639b 100644 --- a/docs/src/main/asciidoc/building-base.adoc +++ b/docs/src/main/asciidoc/building-base.adoc @@ -65,12 +65,12 @@ marketplace". NOTE: Older versions of m2e do not 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 +m2eclipse to use the right profile for the projects. If you see many different errors related to the POMs in the projects, check that you have an up to date installation. If you can't upgrade m2e, add the "spring" profile to your `settings.xml`. Alternatively you can copy the repository settings from the "spring" profile of the parent -pom. +pom into your `settings.xml`. ==== Importing into eclipse without m2eclipse If you prefer not to use m2eclipse you can generate eclipse project metadata using the