Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 gwt maven 插件的具有多个模块和不同主机页面的 gwt maven 项目。虽然在测试时我只能指定一个 runTarget 配置为
<runTarget>UiAddressBook.html</runTarget>
在插件执行配置中。这是一个问题,因为我时不时需要评论/取消评论一个或其他 runTarget 标记。
有没有一种方法可以指定多个 runTargets,然后通过执行 gwt:run 时显示的超级开发窗口选择要调试/运行的一个?
我认为我们不走运。显然它现在无法做到这一点。
http://iswwwup.com/t/04fec7d9bb62/java-how-can-i-specify-multiple-runtargets-in-a-single-pom-when-using-gwt-m.html