I have a gwt maven project with multiple modules and different host pages using gwt maven plugin. Though while testing I am able to specify only one runTarget configuration as
<runTarget>UiAddressBook.html</runTarget>
in the plugin execution configuration. This is a problem since every now and then I am needed to comment / uncomment one or the other runTarget tags.
Is there a way I can specify multiple runTargets and then choose which one to debug / run through the super dev window that shows up when I do gwt:run ?