GWT 2.1 and the Codehaus Maven plugin

gwtmaven-2maven-plugin

Has anybody managed to get the release of GWT 2.1 to work with the Codehaus Maven plugin?

http://mojo.codehaus.org/gwt-maven-plugin/

The 1.2 stable release does not seem to work. I found a version called 1.3.2 here in the SVN maven repo from GWT

http://google-web-toolkit.googlecode.com/svn/2.1.0/gwt/maven/org/codehaus/mojo/gwt-maven-plugin/1.3.2.google/

But when I run it I get the following error message…

Failed to execute goal
org.codehaus.mojo:gwt-maven-plugin:1.3.2.google:compile
(default) on project pipeda-webapp:
Execution default of goal
org.codehaus.mojo:gwt-maven-plugin:1.3.2.google:compile
failed. NullPointerException -> [Help
1]

Best Answer

gwt-maven-plugin 2.1.0 is in maven central now

Related Topic