Re: Speed of Maven build

2020-08-25 Thread Manfred Moser
Mickael Istria wrote on 2020-08-25 14:17 (GMT -07:00): > I > > On Tuesday, August 25, 2020, Manfred Moser wrote: >> And the VS code integration from Red Hat might also do something along > those lines. > > It embeds and uses m2eclipse. > Haha.. thanks for confirming. I thought that to be

Re: Speed of Maven build

2020-08-25 Thread Mickael Istria
I On Tuesday, August 25, 2020, Manfred Moser wrote: > And the VS code integration from Red Hat might also do something along those lines. It embeds and uses m2eclipse. -- Mickael Istria Eclipse IDE developer, for Red Hat Developers

Re: Speed of Maven build

2020-08-25 Thread Falko Modler
Maybe slightly offtopic but if you have (many) submodules, you might want to consider automatic incremental builds (based on SCM changes) with https://github.com/vackosar/gitflow-incremental-builder Don't be scared by the name. You do not actually need a gitflow branch layout. Disclaimer: I am

Re: Speed of Maven build

2020-08-25 Thread Manfred Moser
Also the M2Eclipse integration does basically embed maven and make the Maven build incremental. The Takari plugin does that on the commandline with the eclipse compiler And the VS code integration from Red Hat might also do something along those lines. Others can chime in with more details.

Re: Speed of Maven build

2020-08-25 Thread John Patrick
Are you planning to create a baseline project or selecting a range of projects to be used as a baseline, so that perceived improvements can be monitored? So that anyone wanting to help out or give feedback can submit their own build performance. i.e. 1. Equipment OS, Ram, CPU, physical, virtual,

Re: Speed of Maven build

2020-08-25 Thread Jeff Jensen
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. https://github.com/jdillon/mvnsh On Tue, Aug 25, 2020 at 12:27 AM Jaroslav Tulach wrote: > > And it's Apache Maven,