2011/9/29 Chuck Irvine <[email protected]> > Nicolas, > > At the GWT webpage describing how to use GWT with maven ( > http://code.google.com/p/google-web-toolkit/wiki/WorkingWithMaven), it > recommends *not* using the gwt-maven-plugin archetype to create new GWT > projects. The only reason given is some unspecified issues. >
Until no one reports those issues they won't be fixed. Thanks google guys to actively support this plugin :-/ I also would have some comment on the sanity of the POM that webappcreator is generating... I know they don't use maven themselve, so maybe they just don't care. > > Will this latest release fix those issues and allow use of the > gwt-maven-plugin archetype? > > Also, supposedly there are issues with any eclipse maven plugin and the new > m2e plugin used in Indigo. Do you know whether these issues have been > addressed at all in your latest release? > M2e 1.0 just dropped any support for automatically detecting code generating maven plugin, and expect developers to provide a "Configurator" as an eclipse plugin. There is on in development at https://github.com/gwt-maven-plugin that you can test. > > I think being able to use the gwt-maven-plugin archetype is especially > important. > Right, contribution are welcome to fix it. I don't use Eclipse myself so can't help more here, but anyone with a working setup can fork https://github.com/gwt-maven-plugin/gwt-maven-plugin and propose a working archetype > > Thanks! > > On Thu, Sep 29, 2011 at 8:12 AM, nicolas de loof <[email protected] > > wrote: > >> Hi folks, >> >> last release was in june, time to release a new version of gwt-maven, >> especially with gwt 2.4 out >> >> staging repo : >> https://nexus.codehaus.org/content/repositories/orgcodehausmojo-002/ >> release note : http://jira.codehaus.org/browse/MGWT/fixforversion/17402 >> >> vote is opened for 72h >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Codehaus Mojo gwt-maven-plugin Users" group. >> To post to this group, send email to >> [email protected]. >> To unsubscribe from this group, send email to >> codehaus-mojo-gwt-maven-plugin-users+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/codehaus-mojo-gwt-maven-plugin-users?hl=en >> . >> > > -- > You received this message because you are subscribed to the Google Groups > "Codehaus Mojo gwt-maven-plugin Users" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > codehaus-mojo-gwt-maven-plugin-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/codehaus-mojo-gwt-maven-plugin-users?hl=en. >
