Thursday, August 10, 2017

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


On 9 Aug 2017, at 16:15, Ignacio Baca Moreno-Torres <ignacio@bacamt.com> wrote:

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>.

I totally missed that section in the manual, thanks!


No comments:

Post a Comment