But right now, there are a couple of things you must put in your pom in order to use the new feature:
- You have to add the Gwt repository until the new release was published in the Central maven repositories.
- You have to use the snapshot version of the maven-gwt-plugin since the last version does not recognize 2.1.0 as a valid gwt version.
com.google.gwt gwt-user 2.1-SNAPSHOT provided gwt.milestone http://google-web-toolkit.googlecode.com/svn/2.1.0.M3/gwt/maven codehaus.snapshots http://snapshots.repository.codehaus.org/ org.codehaus.mojo gwt-maven-plugin 1.3-SNAPSHOT [...]