Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.4.0, 2.5.0-rc1
-
Fix Version/s: 2.5.0-rc2
-
Labels:None
-
Environment:All environment
-
Number of attachments :
Description
Currently, it is not possible to run 2 GWT applications in DevMode with this plugin because both use the same default server port 9997.
Google provides a way to specify a different server port to the DevMode class via the -codeServerPort argument.
It would be really appreciated if this plugin could support this argument as well.
The mojo affected by this change would be the RunMojo.
https://github.com/gwt-maven-plugin/gwt-maven-plugin/pull/41