Wednesday, August 9, 2017

Re: Different code-server port with gwt-maven-plugin

You can use arbitrary arguments per-mode, so to add the codeserverPort to the codeserver goal add:
<codeserverArgs><arg>-codeServerPort</arg><arg>1234</arg></codeserverArgs>
If you are using dev mode use:
<devmodeArgs><arg>-codeServerPort</arg><arg>1234</arg></devmodeArgs>.

On Wednesday, August 9, 2017 at 3:01:01 PM UTC+2, Luca Morettoni wrote:
Hello, for a project we're using the fantastic gwt-maven-plugin, but now we need to migrate a legacy feature of the app to a new version, and we like to run both version of the app (old and new) to compare the results.
We have a difficult, we can't force the code-server to use a port different than the default one (9876) with that maven plugin.

Any idea or hint? Looking the documentation there isn't any option to do that:


--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment