This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 0d2ae1e20e6 Update building with maven doc 0d2ae1e20e6 is described below commit 0d2ae1e20e6058259d1d4ab720390a93a980bf8f Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Sep 21 08:01:32 2022 +0200 Update building with maven doc --- docs/user-manual/modules/ROOT/pages/building.adoc | 26 +++++------------------ 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/docs/user-manual/modules/ROOT/pages/building.adoc b/docs/user-manual/modules/ROOT/pages/building.adoc index efb5733002d..dde1de76dfe 100644 --- a/docs/user-manual/modules/ROOT/pages/building.adoc +++ b/docs/user-manual/modules/ROOT/pages/building.adoc @@ -4,14 +4,11 @@ Camel uses http://maven.apache.org/[Maven] as its build and management tool. If you don't fancy using Maven you can use your IDE directly or Download a distribution or JAR. -== Prequisites +== Prerequisites -*Required:* +* Java 11 -* Java -** 1.8 or 11 - -* https://github.com/takari/maven-wrapper[Maven Wrapper] can be used and bundled. +* https://github.com/takari/maven-wrapper[Maven Wrapper] can be used and are bundled. * Otherwise, http://maven.apache.org/download.html[download and install Maven] ** Maven 3.8.x or newer is required to build Camel 3 onwards @@ -20,21 +17,8 @@ Download a distribution or JAR. == Maven options -To build camel maven has to be configured to use more memory - -Unix/Linux/Mac - -[source,bash] ------------------------------------------------------------- -export MAVEN_OPTS="-Xms2048m -Xmx3584m" ------------------------------------------------------------- - -Windows - -[source,bash] -------------------------------------------------------- -set MAVEN_OPTS="-Xms2048m -Xmx3584m" -------------------------------------------------------- +To build Camel maven has to be configured to use more memory, which is done automatically via +the `.mvn/jvm.config` file. == A normal build