I think mvnd is not so well known [1]: I did never test it, I should probably do...
and as incremental compilation discussion have started recently, we'll need to have a global discussion on evaluating and eventually mixing differents ways of improving build performance when evaluating, I think we'll need to keep in mind one key aspect: from a user perspective, which deployment and usage complexities does every solution bring for which performance improvement? I feel that each solution that brings more expected performance improvement comes with at least a deployment complexity, perhaps sometimes use complexity also (per-project configuration, ...) but currently mvnd is the only free solution publicly available: I should definitely test it to better know it when we'll have more in depth discussions in the future Please keep posting your factual returns on experience: that's definitely useful Regards, Hervé [1] https://github.com/mvndaemon/mvnd Le mardi 30 mars 2021, 22:32:37 CEST Romain Manni-Bucau a écrit : > Le mar. 30 mars 2021 à 22:16, Jochen Wiedmann <[email protected]> a > > écrit : > > On Tue, Mar 30, 2021 at 7:58 PM Benjamin Marwell <[email protected]> > > > > wrote: > > > Other than that, I use mvnd at work and we never had problems on any > > > project. We consistently save time without the need of adding the -T > > > parameter manually. Another big question is probably: is there enough > > > community demand to merge it into core? > > > > > > Tbh, I expected more mails on this thread. > > > > The question for me: Who's launching this mvnd? I wouldn't want to > > have a dedicated server for that. However, if (for example) m2e would > > launch it automatically when I open Eclipse, and perform a shutdown, > > when Eclipse closes, then I'd be perfectly happy to use it. > > mvnd. As soon as env changes (you launch it from another project) daemon is > killed. > Indeed you can kill it manually too - which makes it saner than idea remote > maven server or ide maven server which cant be killed generally and consume > a lot of mem while ide is on. > > Indeed you can bind mvnd --stop on eclipse shutdown which would behave as > you expect but working on the cli without any ide specific integ is maven > scope, not idea integration IMO (even if a few code enable it but guess it > is legacy now thanks the ioc mvn has). > > Feel free to give a try to mvnd, works very well everywhere ;). > > > Jochen > > > > > > > > -- > > > > Look, that's why there's rules, understand? So that you think before > > you break 'em. > > > > -- (Terry Pratchett, Thief of Time) > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
