ppalaga commented on issue #1537:
URL: https://github.com/apache/maven-mvnd/issues/1537#issuecomment-3941720797

   Thanks for the report, @Marco-Sulla. The fact that Maven Daemon does not 
exit after finishing a build task is much more a feature than anything else. It 
is intententionally designed in that way to save the time to boot a JVM, load 
and JIT-compile Maven core and plugin classes.
   
   You probably mean that the `spring-boot:run` mojo (rather than Maven Daemon 
itself) does not exit when you think it should exit after you perform some 
action in IntelliJ? 
   
   Does the same scenario behave as expected when run it in a stock terminal? - 
i.e. when you run `mvnd spring-boot:run` and stop it with `CTRL-C`, then all of 
the following is true?
   
   * The `spring-boot:run` mojo stops 
   * The SB app stops 
   * The port is not occupied anymore
   * Maven daemon is still alive having status IDLE as shown via `mvnd 
--status`?


-- 
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]

Reply via email to