From e72ae3f33d939189a88017f790669da2af5b1f06 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 22 May 2020 04:45:55 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/README.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/reference/html/README.html b/reference/html/README.html index 8b84e14..b90315c 100644 --- a/reference/html/README.html +++ b/reference/html/README.html @@ -122,8 +122,9 @@ $(globalSwitch);
  • 2.2. Documentation
  • 2.3. Working with the code
  • @@ -312,7 +313,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 @@ -339,7 +348,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: