Tuesday, August 19, 2014

Re: Moving to Maven



On Monday, August 18, 2014 7:02:26 PM UTC+2, Magnus wrote:
And do you need a gwt-plugin for maven? Is there a howto somewhere?

You need plugins for every operation in Maven (even compiling your Java source or packaging them as a JAR is done through plugins), and you need to invoke the GWT compiler to build your app; so you'll need some kind of plugin to launch the GWT Compiler.
You can either use the exec-maven-plugin that can run any command, or you can use the gwt-maven-plugin that's specific to GWT and allows you to also launch DevMode and SuperDevMode: http://mojo.codehaus.org/gwt-maven-plugin/
See also https://code.google.com/p/google-web-toolkit/wiki/WorkingWithMaven

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment