mflydahl opened a new issue, #7767: URL: https://github.com/apache/netbeans/issues/7767
### Description A setting to use mvnd, or any other maven executable, like the Maven for Java extension from Microsoft has:(https://github.com/microsoft/vscode-maven), and the possibility to pass in args. Also a setting for the Maven JVM options. "maven.executable.path": "/maven-mvnd-1.0.2-linux-amd64/bin/mvnd", "maven.executable.options": "-DskipTests -T10" Maybe it could have a fallback to MAVEN_OPTS and MAVEN_ARGS environment variables. ### Use case/motivation To speed up the process, with multithreaded building and more memory allocated. ### Related issues _No response_ ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
