I've seen command mvn thorntail:run
in the documentation, but I cannot find this run
goal specified in the pom files of provided examples.
Is there run goal at all?
Also I have a problem running my applications this way on Windows since java process is not shut down when I break execution in the console via Ctrl+C. I've read about this problem, but is there any solution to this?
I believe this is very similar to an existing question. This answer should be good for you: https://stackoverflow.com/a/53276378/742081