I am trying to install a newly purchased Smart GWT Pro using maven 3 with the guide on: http://wiki.smartclient.com/display/Main/Using+Maven+with+SmartGWT
It fails on:
[ERROR] Plugin com.google.code.maven.plugins:maven-http-client-plugin:1.0.0-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for com.google.code.maven.plugins:maven-http-client-plugin:jar:1.0.0-SNAPSHOT: Failure to find com.google.code.maven.plugins:maven-http-client-plugin:pom:1.0.0-20110216.014446-3 in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
As far as I can see on the google code website the only version of this plugin available is "maven-http-client-plugin-1.0.0-beta1" and not "maven-http-client-plugin-1.0.0-SNAPSHOT".
Does anyone have any experience with this setup? Or even experienced this error? I could obviously use some help...
Danny
It fails on:
[ERROR] Plugin com.google.code.maven.plugins:maven-http-client-plugin:1.0.0-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for com.google.code.maven.plugins:maven-http-client-plugin:jar:1.0.0-SNAPSHOT: Failure to find com.google.code.maven.plugins:maven-http-client-plugin:pom:1.0.0-20110216.014446-3 in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
As far as I can see on the google code website the only version of this plugin available is "maven-http-client-plugin-1.0.0-beta1" and not "maven-http-client-plugin-1.0.0-SNAPSHOT".
Does anyone have any experience with this setup? Or even experienced this error? I could obviously use some help...
Danny
Comment