在 Maven-GWT-Plugin 中停止 Jetty 服务器
这比其他任何事情都更令人烦恼。但是,我使用 Maven 与 IntelliJ IDEA 集成来运行 Maven-GWT-Plugin 的“gwt:debug”目标。但是,似乎没有任何像“gwt:stop”这样的目标,所以我必须启动任务管理器并手动杀死java.exe目标。
就像我说的,这比其他任何事情都更令人烦恼,但是当我做出改变并必须重建时,这真的很痛苦。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信 gwt:debug 是“阻塞”的,关闭 DevMode 窗口应该足以停止 DevMode 进程,从而停止 Maven 构建。
IntelliJ 本身没有某种“任务管理器”来管理它启动的东西吗?
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?