Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More settings for Maven in Netbeans Language Server for VS Code #7767

Open
mflydahl opened this issue Sep 19, 2024 · 0 comments
Open

More settings for Maven in Netbeans Language Server for VS Code #7767

mflydahl opened this issue Sep 19, 2024 · 0 comments
Labels
kind:feature A feature request needs:triage Requires attention from one of the committers VSCode Extension [ci] enable VSCode Extension tests

Comments

@mflydahl
Copy link

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

@mflydahl mflydahl added kind:feature A feature request needs:triage Requires attention from one of the committers labels Sep 19, 2024
@mbien mbien added the VSCode Extension [ci] enable VSCode Extension tests label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:feature A feature request needs:triage Requires attention from one of the committers VSCode Extension [ci] enable VSCode Extension tests
Projects
None yet
Development

No branches or pull requests

2 participants