On Friday, November 20, 2015 at 10:58:40 PM UTC+1, Bruno Salmon wrote: > > Hello, > > I'm trying to use the gwt-maven-plugin version 2.8.0-SNAPSHOT but it seems > Maven can't load it: > > Downloading: > https://oss.sonatype.org/content/repositories/google-snapshots/org/codehaus/mojo/gwt-maven-plugin/2.8.0-SNAPSHOT/gwt-maven-plugin-2.8.0-SNAPSHOT.pom > [WARNING] The POM for > org.codehaus.mojo:gwt-maven-plugin:jar:2.8.0-SNAPSHOT is missing, no > dependency information available > [ERROR] Plugin org.codehaus.mojo:gwt-maven-plugin:2.8.0-SNAPSHOT or one of > its dependencies could not be resolved: Failed to read artifact descriptor > for org.codehaus.mojo:gwt-maven-plugin:jar:2.8.0-SNAPSHOT: Could not find > artifact org.codehaus.mojo:gwt-maven-plugin:pom:2.8.0-SNAPSHOT in > google-snapshots ( > https://oss.sonatype.org/content/repositories/google-snapshots/) -> [Help > 1] > > Any idea what am I doing wrong? >
gwt-maven-plugin snapshots are in the https://oss.sonatype.org/content/repositories/snapshots/ repository, not the https://oss.sonatype.org/content/repositories/google-snapshots/ one (this one contains snapshots of GWT proper) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
