The CTRL + C object seems to be known java {, w} .exe does not remain.
I don’t know how you release mvn cargo:run
from Eclipse right now, but maybe you are using it as an external tool (and why the process is behind). If you have m2eclipse installed, you must create a Maven launch configuration for it as follows:
Run --> Run Configurations --> Maven build --> right click --> New
It should be right here.
(I found two Eclipse error bits ( here and here ), which seems to be related to Eclipse's inability to read healthy CTRL + C through the console.) Sub>
I checked that when I start an external Tomcat instance (7.0.23) with mvn cargo:run
from Eclipse via the m2e plugin (after starting the container) CTRL + C the work really does not work.
After that I launched mvn cargo:run
from my Cygwin console. The result was the same.
Finally, I tried it from Windows cmd and worked.
I assume this is a bug in cargo-maven-plugin
.
Running mvn cargo:stop
from Eclipse or Cygwin helped.
You can run the plugin to download from Eclipse by creating a Maven build
Run or Debug configuration in Eclipse.
source share