java - how can I specify multiple runTargets in a single Pom when using gwt maven plugin -
i have gwt maven project multiple modules , different host pages using gwt maven plugin. though while testing able specify 1 runtarget configuration
<runtarget>uiaddressbook.html</runtarget>
in plugin execution configuration. problem since every , needed comment / uncomment 1 or other runtarget tags.
is there way can specify multiple runtargets , choose 1 debug / run through super dev window shows when gwt:run ?
i think out of luck. apparently not able right now.
Comments
Post a Comment