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

Add "destroy on shutdown" option for synchronous execution #169

Open
Marcono1234 opened this issue Jul 2, 2023 · 0 comments
Open

Add "destroy on shutdown" option for synchronous execution #169

Marcono1234 opened this issue Jul 2, 2023 · 0 comments

Comments

@Marcono1234
Copy link

Currently only asyncDestroyOnShutdown exists for async execution. However, no equivalent option exists for synchronous execution. Could you please add such an option?

Synchronous execution can be quite convenient because you see for example the console output of the JavaFX application on the console of Maven, but the problem is currently that if you terminate Maven, the JavaFX application continues to run. This is where such a "destroy on shutdown" could be useful (assuming it works properly when pressing Ctrl + C to stop Maven, or by closing the terminal).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant