I tried to upgrade a working GWT maven project from GWT 2.1 SNAPSHOT
to the GWT 2.1.0 final release. That is, I changed the GWT version in
the pom.xml from 2.1-SNAPSHOT to 2.1.0.

After doing that, I got the following error during the maven build
(mvn install):
[INFO] Unable to find resource 'com.google.gwt:gwt-soyc-vis:jar:2.1.0'
in repository central (http://central)

Then I read that upgrading the version of the gwt-maven-plugin in the
pom.xml from 1.3.1.google to 1.3.2.google should fix this problem. As
I didn't find a public maven repository containing the corresponding
artefacts I downloaded the jar manually from
http://google-web-toolkit.googlecode.com/svn/2.1.0/gwt/maven/org/codehaus/mojo/gwt-maven-plugin/1.3.2.google/
and installed it in my local maven repository. But now I get another
error
during the maven build:

[INFO] Internal error in the plugin manager executing goal
'org.codehaus.mojo:gwt-maven-plugin:1.3.2.google:compile': Unable to
load the mojo 'org.codehaus.mojo:gwt-maven-plugin:
1.3.2.google:compile' in the plugin 'org.codehaus.mojo:gwt-maven-
plugin'. A required class is missing: org/codehaus/plexus/util/xml/
XmlStreamReader org.codehaus.plexus.util.xml.XmlStreamReader

What do I wrong? Could you give me a short tutorial how to upgrade a
GWT maven project from GWT 2.1 SNAPSHOT to GWT 2.1.0 final release?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to