Marco-Sulla opened a new issue, #1537: URL: https://github.com/apache/maven-mvnd/issues/1537
### Affected version 2.0.0-rc-3 and 1.0.3 ### Bug description When I launch `mvnd`, the daemon it creates doesn't stop once the program finishes its duty. I discovered it because I set `mvnd` as default built tool in Intellij Idea. This way it's impossible to run a spring boot up using `mvnd spring-boot:run`: if you stop it, the daemon is still alive and the port result as still used, so you can't restart the app. You have to manually do `mvnd --stop`. Really boring. PS: `mvnd` is blazing fast, I love it. PPS: fortunately, Intellij finally added Spring Boot in conf files, so I can run it in debug mode without using mvn[d]. Probably they feel the competition with VS Code ;-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
