开发者

Stopping the Jetty Server in the Maven-GWT-Plugin

开发者 https://www.devze.com 2023-03-31 05:36 出处:网络
This is more of an annoyance than anything else. However, I\'m using the Maven integration with IntelliJ IDEA to run the Maven-GWT-Plugin\'s 开发者_JAVA百科\"gwt:debug\" goal. However, there doesn\'t

This is more of an annoyance than anything else. However, I'm using the Maven integration with IntelliJ IDEA to run the Maven-GWT-Plugin's 开发者_JAVA百科"gwt:debug" goal. However, there doesn't seem to be any goal like "gwt:stop", so I have to start the task manager and manually kill the java.exe goal.

Like I said, it's more of an annoyance than anything else, but when I make a change and have to rebuild, it's a real pain.


I believe gwt:debug is "blocking", closing the DevMode window should be enoughto stop the DevMode process thus the maven build.

Doesn't IntelliJ have some kind of "task manager" itself for things it launched?

0

精彩评论

暂无评论...
验证码 换一张
取 消