On Tue, 5 Oct 2021 at 13:23, Michael Bien <[email protected]> wrote: > interesting, would be nice if mvnd would make it into maven itself (as > option). ... > i don't know anything about mvnw. But judging from the name it is > probably a launcher which downloads maven before it runs it?
Yes, and downloading and using the precise version specified. For current (Maven 3) wrapper see https://github.com/takari/maven-wrapper For Maven 4 wrapper see https://maven.apache.org/plugins/maven-wrapper-plugin/ I'm intrigued how these two might interact in future. ie. use the wrapper, get the daemon automatically??? Incidentally, I noticed while implementing this that we already have our own experimental support for downloading alternative Maven versions - should probably look to migrate that to the wrapper too. I'm also planning to look at a UI to configure the wrapper in a project at some point soon, assuming existing PR gets reviewed and merged. 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
