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