This is an automated email from the ASF dual-hosted git repository.
gzurowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new d87c86a Update required components, add Maven Wrapper
d87c86a is described below
commit d87c86a5905fd8c5894f651a0244edf476247db8
Author: Gregor Zurowski <[email protected]>
AuthorDate: Sat Mar 10 08:06:26 2018 +0100
Update required components, add Maven Wrapper
Signed-off-by: Gregor Zurowski <[email protected]>
---
docs/user-manual/en/building.adoc | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/docs/user-manual/en/building.adoc
b/docs/user-manual/en/building.adoc
index c94de6c..6d8cba5 100644
--- a/docs/user-manual/en/building.adoc
+++ b/docs/user-manual/en/building.adoc
@@ -12,14 +12,18 @@ Prequisites
*Required:*
-* Download and http://maven.apache.org/download.html[install Maven] +
- (Maven 3.1.1 or newer is required to build Camel 2.14 onwards) +
-(Maven 3.2.5 or newer is required to build Camel 2.18 onwards) +
-(Maven 3.3.3 or newer is required to build Camel 2.20 onwards)
-* Get the latest Source
-* Java
-(1.7 or 1.8 to build Camel 2.14 onwards)
-(1.8 to build Camel 2.18 onwards)
+* Java
+** 1.7 or 1.8 to build Camel 2.14 onwards
+** 1.8 to build Camel 2.18 onwards
+
+* https://github.com/takari/maven-wrapper[Maven Wrapper] is used amd bundled
with Camel 2.21 onwards.
+
+* Otherwise, http://maven.apache.org/download.html[download and install Maven]
+** Maven 3.1.1 or newer is required to build Camel 2.14 onwards
+** Maven 3.2.5 or newer is required to build Camel 2.18 onwards
+** Maven 3.3.3 or newer is required to build Camel 2.20 onwards
+
+* Get the latest source from https://github.com/apache/camel/[Github]
*Optional:*
--
To stop receiving notification emails like this one, please contact
[email protected].