Skip to content

Daemons are not stopped when execution is finished #1537

@Marco-Sulla

Description

@Marco-Sulla

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 ;-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions