-
Notifications
You must be signed in to change notification settings - Fork 214
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
noDaemon not supported in native mode #374
Comments
What's your use case for using this option ? My original purpose was to ease debugging, but since you want to use it in native mode, I suspect yours is different ... |
Mvnd brings more than just mvn without the daemon, like better defaults to cite just one thing. |
With Maven wrapper I have to choose either mvn or mvnd. I don't want to force users either way. |
You choose the tool (maven vs any other build system) and the version of the tool used, but you don't want to force the user between mvn and mvnd. Why ? |
mvnd requires at least another 1Gb of always-on memory |
Makes sense. I totally agree with the idea of spawning a daemon and not keeping it alive if the |
Would be great to have at least a fallback not "leaking" a daemon when used (even if it is about starting a daemon and killing it at the end)
The text was updated successfully, but these errors were encountered: