Wednesday, April 19, 2017

Re: GWT/Maven development cycle takes much too long

You did not address the special problem with the two maven projects:

Yes, sorry about that I'm not maven expert, I don`t know details. 
We use IDEA to start superdevmode and use maven modules list in parent pom so that there is no need to mvn-install all the modules and IDEA maven plugin build classpath including all the modules path for codeserver.

<modules>
    <module>lib</module>
    <module>app</module>
</modules>

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