Re: Speed of Maven build

2020-08-26 Thread Jaroslav Tulach
Dne středa 26. srpna 2020 10:01:33 CEST, Davide Grandi napsal(a): > Sorry to be late, but > there is a project test case for Maven "slowlyness" ? This is a great question, thanks Davide! I've just tried to create such project: https://issues.apache.org/jira/browse/NETBEANS-4746 and yes,

[GitHub] [maven-site] elharo opened a new pull request #196: docs: maven-dependency-analyzer 1.11.3 released

2020-08-26 Thread GitBox
elharo opened a new pull request #196: URL: https://github.com/apache/maven-site/pull/196 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: Re: Speed of Maven build

2020-08-26 Thread Eric Bresie
Would multi threading/multi core parameters help speed things up? https://stackoverflow.com/questions/32368976/ways-to-make-maven-build-faster/44646756#44646756 Or other speedups like limiting some activities or profile the builds?

Re: Speed of Maven build

2020-08-26 Thread Will Hartung
On Tue, Aug 25, 2020 at 4:37 AM Jeff Jensen < jeffjen...@upstairstechnology.com> wrote: > In case this helps, Jason Dillon has a "Maven Shell" that does what you > seek for CLI - launches a Maven instance and runs interactive commands with > it, saving the startup time. >