On Tue, 5 Oct 2021 at 00:17, Michael Bien <[email protected]> wrote: > > On 27.10.20 16:27, Jaroslav Tulach wrote: > > po 26. 10. 2020 v 9:43 odesÃlatel Alessandro <[email protected]> > > napsal: > > > >> Hi all, > >> I remember some time ago a discussion on improving Maven projects build > >> speed in NetBeans. > >> Stumbled upon this yesterday: https://github.com/mvndaemon/mvnd . It tries > >> to port to Maven the same concept behind the Gradle daemon. > >> Could an integration with the above daemon be worth pursuing to improve > >> Maven build speed? > >> > > Yes, very likely it could. Noted in > > https://issues.apache.org/jira/browse/NETBEANS-4746 - no we just need one > > thing: somebody to do it ;-) > > -jt > > > quickly hacked something together to try it out (ignore the failed > builds please, overlooked a non-jdk8 method call) > > https://github.com/apache/netbeans/pull/3210
Interesting! Last week I added a PR for Maven Wrapper support (mvnw) - https://github.com/apache/netbeans/pull/3198 I don't think the PRs will conflict, but I think there's a bunch of stuff in Maven execution that might need some rethinking, particularly with Maven 4 on the horizon? mvnw is in Maven 4, and from a recent thread on legal@ I assume mvnd might be too? Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
