Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Maven
-
Labels:None
-
Environment:Windows, Eclipse
-
Number of attachments :
Description
As indicated in the doc, from a dos window, mvn jetty:run ... works fine and stopping it with ctrl/c works fine as well.
However, I using maven jetty plugin from Eclipse
I wrote a simple .bat command file to start it with all my requested options, and this works fine, but ... I cant stop it from Eclipse,
(killing under Eclipse stops the associated console, but doesnt stop jetty - it can only be done from the windows task manager)
Any chance to get an mvn jetty:stop or something similar ?
Thanks for any hint,
Christian-Luc
I run mvn jetty:run directly as a external tool from eclipse.
Clicking the red stop square works perfectly.
Why do you need a bat file?