Le mar. 30 mars 2021 à 22:16, Jochen Wiedmann <jochen.wiedm...@gmail.com> a
écrit :

> On Tue, Mar 30, 2021 at 7:58 PM Benjamin Marwell <bmarw...@apache.org>
> 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: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

Reply via email to