-
Notifications
You must be signed in to change notification settings - Fork 212
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
Provide a mvnd.noDaemon
option to disable daemon for easier debugging
#43
Comments
How would you implement that given that the native client cannot load classes at runtime? Would that be an option of the existing mvnd shell script? Or perhaps a new script calling the daemon.jar directly? |
The option could be only available for the non native client. The goal is to more easily debug the server side build, so the client is not really important in the scenario. I've pushed a draft commit I did some time ago, but it wasn't working fully, so that's just an idea : https://github.com/gnodet/mvnd/tree/issue-43 |
Makes sense, thanks for the explanation. |
mvnd.daemon
option to disable daemon for easier debuggingmvnd.noDaemon
option to disable daemon for easier debugging
It would be useful if we could skip the client/server stuff to more easily debug the daemon.
The text was updated successfully, but these errors were encountered: