Gwt-maven-plugin-2.1.1-SNAPSHOT repository
I just spend a while to find the right repository for the gwt-maven-plugin version 2.1.1-SNAPSHOT.
To cut it short, one possible repository is:
<pluginRepositories> <pluginRepository> <id>Codehaus Group Snapshots</id> <url>https://nexus.codehaus.org/content/groups/snapshots-group/</url> <snapshots> <enabled>true</enabled> </snapshots> </pluginRepository> </pluginRepositories> |
Resources
- Google Groups discussion
- Olamy's blog
- Codehaus' official snapshot repository (as I checked 2.1.1-SNAPSHOT was not available here, but 1.3-SNAPSHOT is)