Re: Building Apache Camel

2022-09-20 Thread Claus Ibsen
install -P fastinstall On Tue, Sep 20, 2022 at 10:27 AM FÖRSTERLING Björn < bjoern.foersterl...@cpb-software.com> wrote: > Hello, > > I just tried building Apache Camel to get a jar. > According to the documentation you have to execute these two lines: > > $ export MAVEN_O

Re: Building Apache Camel

2022-09-20 Thread Maarten Donderwinkel
> <https://www.twitter.com/user_name_here> <https://www.youtube.com/user/user_name_here> From: ski n Date: Tuesday, 20 September 2022 at 10:35 To: users@camel.apache.org Subject: Re: Building Apache Camel You can either build with OpenJDK 11 with the option or build it with

Re: Building Apache Camel

2022-09-20 Thread ski n
cpb-software.com> wrote: > Hello, > > I just tried building Apache Camel to get a jar. > According to the documentation you have to execute these two lines: > > $ export MAVEN_OPTS="-Xms3000m -Xmx3000m -XX:MaxPermSize=512m" > $ mvn clean source:jar install -Pfastinstall

Building Apache Camel

2022-09-20 Thread FÖRSTERLING Björn
Hello, I just tried building Apache Camel to get a jar. According to the documentation you have to execute these two lines: $ export MAVEN_OPTS="-Xms3000m -Xmx3000m -XX:MaxPermSize=512m" $ mvn clean source:jar install -Pfastinstall Unrecognized VM option 'MaxPermSize=512m&#x