|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [mojo-dev] [jira] (MGWT-338) plugin configuration opt... Mark (JIRA)
- [mojo-dev] [jira] (MGWT-338) plugin configuratio... Thomas Broyer (JIRA)

Would you mind giving more details about what you're trying to achieve?
AFAIK, GWT ports are only randomized when using GWTTestCase tests, i.e. most likely in the gwt:test mojo; which will run the tests in HtmlUnit (or in a browser if you like).
Running Selenium tests against an app in DevMode (strange idea, but why not) requires launching the DevMode (gwt:run mojo) and then run the tests against the server. In this case, ports default to 8888 and 9997. The issue would rather be to run the tests in parallel with having gwt:run executing, as we don't have a gwt:start/gwt:stop pair of mojos like the jetty-maven-plugin or tomcat-maven-plugin have, for example.