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?