Re: Maven 3.8 Difference between thread count and forkcount for suitsAndClasses parallelism

2022-06-07 Thread Debraj Manna
Thanks Enrico for replying. reuseFork = true is applicable only for a module? I mean same surefire forked JVM will not be used for another maven module in a multimodule project. Is it correct? On Tue, Jun 7, 2022 at 7:22 PM Enrico Olivelli wrote: > Debraj, > each module is running surefire

Re: Maven 3.8 Difference between thread count and forkcount for suitsAndClasses parallelism

2022-06-07 Thread Enrico Olivelli
Debraj, each module is running surefire independently. I hope that this explains the behavior you are seeing Enrico Il giorno mar 7 giu 2022 alle ore 15:28 Debraj Manna ha scritto: > > I have asked the same in stackoverflow >

Re: Maven 3.8 Difference between thread count and forkcount for suitsAndClasses parallelism

2022-06-07 Thread Debraj Manna
I have asked the same in stackoverflow also. Any one any thoughts? On Mon, Jun 6, 2022 at 7:25 PM Debraj Manna wrote: > I read the link >