You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMO this is more m-site-p bug than mvnd: the site:run does not offer any means to stop (in other words, it implicitly relies on the fact it is "local" in JVM and Ctrl+C stop it. It should probably have some prompt on console and once got input, cleanly stop?
When the client is aborted using Ctrl+C, it sends a message to the server to stop the build. I don't recall what the server does at this point, but if it's not done yet, maybe there's a way to interrupt the current threads.
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 processThe text was updated successfully, but these errors were encountered: