What is the best way to develop the GWT (GXT) applications using Maven3 and Eclipse with Sonatype M2Eclipse plugin. All explanations so far are over one year old and actually the latest gwt-archetype (version 2.2) generates a significantly different pom.xml as in examples, more over features like message class generation and asynchronous interface generation (hello EJBs) are added in the meantime. I would also expect tricks and workarounds about finest Google Dev Plugin generated by latest (2.2) version of gwt-maven-plugin should be somehow used in Eclipe, but I don't understand yet how.
Renat