-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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 ;-)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working