From d1318c25fbe9b7cc0b18aca50d5358c7bf2c939c Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 22 May 2020 11:25:53 +0000 Subject: [PATCH] Sync docs from 2.2.x to gh-pages --- 2.2.x/reference/html/README.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/2.2.x/reference/html/README.html b/2.2.x/reference/html/README.html index 88ca2524..51fad822 100644 --- a/2.2.x/reference/html/README.html +++ b/2.2.x/reference/html/README.html @@ -249,7 +249,15 @@ a modified file in the correct place. Just commit it and push the change.

should also work without issue as long as they use Maven 3.3.3 or better.

-

2.3.1. Importing into eclipse with m2eclipse

+

2.3.1. Activate the Spring Maven profile

+
+

Spring Cloud projects require the 'spring' Maven profile to be activated to resolve +the spring milestone and snapshot repositories. Use your preferred IDE to set this +profile to be active, or you may experience build errors.

+
+
+
+

2.3.2. Importing into eclipse with m2eclipse

We recommend the m2eclipse eclipse plugin when working with eclipse. If you don’t already have m2eclipse installed it is available from the "eclipse @@ -276,7 +284,7 @@ pom into your settings.xml.

-

2.3.2. Importing into eclipse without m2eclipse

+

2.3.3. Importing into eclipse without m2eclipse

If you prefer not to use m2eclipse you can generate eclipse project metadata using the following command: