Re: Parallel Build in Camel

2022-03-31 Thread Otavio Rodolfo Piske
"mvnd clean >> install -Pfastinstall -Psourcecheck -T 2" takes 32 minutes while the >> equivalent with maven takes 48 minutes. >> >> I know that we cannot predict the results on the build pipeline based on >> this but at least it sounds like it could be interest

Re: Parallel Build in Camel

2022-02-16 Thread Otavio Rodolfo Piske
> From: Nicolas Filotto > Sent: Thursday, February 10, 2022 14:10 > To: dev@camel.apache.org > Subject: Re: Parallel Build in Camel > > !---| > This Message Is From an External

Re: Parallel Build in Camel

2022-02-16 Thread Nicolas Filotto
2 14:10 To: dev@camel.apache.org Subject: Re: Parallel Build in Camel !---| This Message Is From an External Sender This message came from outside your organization. Exercise caution when opening attachments or click

Re: Parallel Build in Camel

2022-02-10 Thread Nicolas Filotto
_ From: Guillaume Nodet Sent: Thursday, February 10, 2022 11:24 To: dev@camel.apache.org Subject: Re: Parallel Build in Camel !---| This Message Is From an External Sender This message came from outside your organization

Re: Parallel Build in Camel

2022-02-10 Thread Guillaume Nodet
gt; > > > On Wed, Feb 9, 2022 at 2:41 PM Nicolas Filotto > > > wrote: > > > > > > > Hi again, > > > > > > > > Just to let you know that it appears that there are only 2 cores on > the > > > > target server which is obviously not eno

Re: Parallel Build in Camel

2022-02-10 Thread Otavio Rodolfo Piske
ly 2 cores on the > > > target server which is obviously not enough to have an impact on the > > build > > > time. > > > > > > Regards, > > > Nicolas > > > > > > From: Nicolas Filotto > > >

Re: Parallel Build in Camel

2022-02-10 Thread Guillaume Nodet
on the > build > > time. > > > > Regards, > > Nicolas > > ________ > > From: Nicolas Filotto > > Sent: Wednesday, February 9, 2022 11:33 > > To: dev@camel.apache.org > > Subject: Re: Parallel Build in Camel >

Re: Parallel Build in Camel

2022-02-10 Thread Otavio Rodolfo Piske
EVUOAkwpdj1K9URzQDT9hlsdcr4PMcsL2byb6MCaomvtqUJvVUoIKNkHE$ > . > > Regards, > Nicolas > > > From: Otavio Rodolfo Piske > Sent: Wednesday, February 9, 2022 10:26 > To: dev@camel.apache.org > Subject: Re: Parallel Build in Camel > > !

Re: Parallel Build in Camel

2022-02-09 Thread Nicolas Filotto
@camel.apache.org Subject: Re: Parallel Build in Camel !---| This Message Is From an External Sender This message came from outside your organization. Exercise caution when opening attachments or clicking any links

Re: Parallel Build in Camel

2022-02-09 Thread Nicolas Filotto
Hi, Thank you very much for your feedbacks. Here is the related PR https://github.com/apache/camel/pull/6907. Regards, Nicolas From: Otavio Rodolfo Piske Sent: Wednesday, February 9, 2022 10:26 To: dev@camel.apache.org Subject: Re: Parallel Build in Camel

Re: Parallel Build in Camel

2022-02-09 Thread Otavio Rodolfo Piske
? > > Regards, > Nicolas > > > From: Otavio Rodolfo Piske > Sent: Wednesday, February 9, 2022 10:03 > To: dev@camel.apache.org > Subject: Re: Parallel Build in Camel > > !---| > This M

Re: Parallel Build in Camel

2022-02-09 Thread Nicolas Filotto
before eventually considering the maven daemon? What do you think of it? Regards, Nicolas From: Otavio Rodolfo Piske Sent: Wednesday, February 9, 2022 10:03 To: dev@camel.apache.org Subject: Re: Parallel Build in Camel

Re: Parallel Build in Camel

2022-02-09 Thread Otavio Rodolfo Piske
when the tests > are skipped > > Regards, > Nicolas > > > From: Otavio Rodolfo Piske > Sent: Tuesday, February 8, 2022 17:34 > To: dev@camel.apache.org > Subject: Re: Parallel Build in Camel > > !---

Re: Parallel Build in Camel

2022-02-08 Thread Nicolas Filotto
n the tests are skipped Regards, Nicolas From: Otavio Rodolfo Piske Sent: Tuesday, February 8, 2022 17:34 To: dev@camel.apache.org Subject: Re: Parallel Build in Camel !---| This Message Is From an

Re: Parallel Build in Camel

2022-02-08 Thread JB Onofré
Hi Nicolas Guillaume worked on maven daemon feature (with parallel build) specifically for Camel at the beginning. So yeah you can use it. Personally I use it sometime when I do a full build (which is rare as I build module per module most of the time). Regards JB > Le 8 févr. 2022 à 17:

Re: Parallel Build in Camel

2022-02-08 Thread Otavio Rodolfo Piske
Hello, I have been using parallel builds with Camel and all it's sub-projects regularly. On some (rare) occasions I find a problem or two, but it's usually solved with rebuilding or running a non-parallel build. In my case, I build using Maven Daemon [1] and it has proven to be very stable in ter