netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

[VSCode extension] Add a folder-level setting to specify a custom Maven executable

Open anthonyvdotbe opened this issue 3 years ago • 1 comments
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

anthonyvdotbe avatar Aug 08 '22 17:08 anthonyvdotbe

The IDE supports Maven Wrapper (mvnw). I assume the VSCode extension picks that up too.

neilcsmith-net avatar Aug 08 '22 17:08 neilcsmith-net