apache / maven-mvnd

Apache Maven Daemon
https://maven.apache.org/
Apache License 2.0
2.85k stars 205 forks source link

mvnd site:run stays running after mvnd process stops #1044

Open bdemers opened 2 weeks ago

bdemers commented 2 weeks ago

The embedded Jetty instance stays running after the mvnd bin process is stopped.

Tested with versions: 1.0.0 and 1.0.1 (currently under vote)

Steps to repro: Clone https://github.com/apache/maven-site

Run mvnd site:run

open http://localhost:8080/ (everything works fine) Back in your terminal kill the process: ^C

Refresh your browser (pages still load) run mvnd --stop to kill the embedded jetty process