Hi vsdev, I think you're the 3rd person to run into the plexus error on the list. As far as I know, starting with a fresh local maven repo resolves it.
Please post back with your progress. /dmc On Wed, Nov 3, 2010 at 4:27 PM, vsdev <[email protected]> wrote: > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
