Could somebody tell me how to use the Maven Gwt plugin ( http://mojo.codehaus.org/gwt-maven-plugin )?
I've read all the documenation there is to find on the website, but I have the feeling there must be something missing. Thing is that the GWT-specific compiler actions are executed but code referring to GWT packages (doing an "import com.google.gwt.core.client.EntryPoint" for example) fails to compile. Which doesn't surprise me because I would expect to have to add some dependencies to the POM file. But I haven't seen it mentioned in the documentation and examples on the website at all. Cheers, -Tako