-
Notifications
You must be signed in to change notification settings - Fork 100
Optional goal parameter for maven.goal.custom command
#1108
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
Conversation
|
@testforstephen @wenytang-ms Would be great to get your review on this and help merging and releasing this... :-) |
|
I have spotted "execute in background". This "background execution doesn't wait for the command in the terminal to complete and hence starts another maven goal execution is parallel which is a terrible idea as many times parallel execution of the same maven task leads to failures (removing and generating resources at the same time). |
|
@BoykoAlex What's the use case for optional 'goal' parameter? I want to test it. |
|
Currently the use case is call it from |
|
Hey @chagong, thanks a lot for taking a look and for merging this. Would it be possible to get this out with a new release of the extension sometime soon? That would be awesome. |
|
@martinlippert we just publish the vscode-maven a preview bit with tag v0.44.2025111808 on marketplace, you could download this from prerelease channel and have a try! |
|
@wenytang-ms Tried the pre-release, works perfectly. Would be great to get an official release out with this. |
|
@martinlippert we already ship the 0.45.0 as the latest official release, you may upgrade the maven extension to have a try! |
|
Awesome, thanks!!! |
No description provided.