Jason
Jason

Reputation: 4145

Stopping the Jetty Server in the Maven-GWT-Plugin

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 "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.

Upvotes: 1

Views: 735

Answers (1)

Thomas Broyer
Thomas Broyer

Reputation: 64561

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?

Upvotes: 1

Related Questions