From ee4cbba5ecebc7f5636d5c23082e8fba21be141e Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 21 May 2020 20:22:37 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/building-base.html | 8 ++++++++ reference/html/building-jdk8.html | 8 ++++++++ reference/html/building.html | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/reference/html/building-base.html b/reference/html/building-base.html index 51ab3568..6e2ddb6e 100644 --- a/reference/html/building-base.html +++ b/reference/html/building-base.html @@ -222,6 +222,14 @@ 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.

+

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.

+
+
+

Importing into eclipse with m2eclipse

We recommend the m2eclipse eclipse plugin when working with diff --git a/reference/html/building-jdk8.html b/reference/html/building-jdk8.html index 3cae5f55..860b32e3 100644 --- a/reference/html/building-jdk8.html +++ b/reference/html/building-jdk8.html @@ -222,6 +222,14 @@ 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.

+

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.

+
+
+

Importing into eclipse with m2eclipse

We recommend the m2eclipse eclipse plugin when working with diff --git a/reference/html/building.html b/reference/html/building.html index 6bcb3105..c281a040 100644 --- a/reference/html/building.html +++ b/reference/html/building.html @@ -222,6 +222,14 @@ 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.

+

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.

+
+
+

Importing into eclipse with m2eclipse

We recommend the m2eclipse eclipse plugin when working with