Monday, November 23, 2015

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

Thanks Thomas, maven can now download the plugin with the correct repository url you gave me, a step forward to 2.8 :-)

However, this is now the gwt-user actifact itself that fails to download (this time in the google-snapshots repository) due to this unresolved dependency: 
Failure to find com.google.jsinterop:jsinterop:pom:1.0.0-SNAPSHOT in https://oss.sonatype.org/content/repositories/google-snapshots/
And indeed, there is no "jsinterop" repository under https://oss.sonatype.org/content/repositories/google-snapshots/com/google/

Any idea what's wrong?


Le vendredi 20 novembre 2015 23:27:58 UTC+1, Thomas Broyer a écrit :


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:

[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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment