netbeans
netbeans copied to clipboard
[VSCode extension] Add a folder-level setting to specify a custom Maven executable
trafficstars
Description
Currently, all Maven invocations use a Maven installation that comes bundled with the extension. However, I'd like a folder-level setting to be able to specify a custom Maven executable to use.
Previous issue: https://issues.apache.org/jira/browse/NETBEANS-5409
Use case/motivation
- allow working with projects that require a newer Maven version than the bundled one
- specify a particular Maven installation for projects that enforce a specific Maven version
- specify a legacy Maven installation for legacy projects
Related issues
No response
Are you willing to submit a pull request?
No
Code of Conduct
Yes
The IDE supports Maven Wrapper (mvnw). I assume the VSCode extension picks that up too.