diff --git a/multi/multi__building.html b/multi/multi__building.html index 072816d8..8879b67a 100644 --- a/multi/multi__building.html +++ b/multi/multi__building.html @@ -1,6 +1,6 @@
-To build the source you will need to install JDK 1.7.
Spring Cloud uses Maven for most build-related activities, and you +
To build the source you will need to install JDK 1.7.
Spring Cloud uses Maven for most build-related activities, and you should be able to get off the ground quite quickly by cloning the project you are interested in and typing
$ ./mvnw install
![]() | Note | ||
|---|---|---|---|
You can also install Maven (>=3.3.3) yourself and run the
|
The spring-cloud-build module has a "docs" profile, and if you switch
that on it will try to build asciidoc sources from
src/main/asciidoc. As part of that process it will look for a
README.adoc and process it by loading all the includes, but not
parsing or rendering it, just copying it to ${main.basedir}
(defaults to ${basedir}, i.e. the root of the project). If there are
any changes in the README it will then show up after a Maven build as
-a modified file in the correct place. Just commit it and push the change.
If you don’t have an IDE preference we would recommend that you use +a modified file in the correct place. Just commit it and push the change.
If you don’t have an IDE preference we would recommend that you use Spring Tools Suite or Eclipse when working with the code. We use the m2eclipse eclipse plugin for maven support. Other IDEs and tools -should also work without issue as long as they use Maven 3.3.3 or better.
We recommend the m2eclipse eclipse plugin when working with +should also work without issue as long as they use Maven 3.3.3 or better.
We recommend the m2eclipse eclipse plugin when working with eclipse. If you don’t already have m2eclipse installed it is available from the "eclipse 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
@@ -42,6 +42,6 @@ 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 |
file menu.