Gwt-maven-plugin-2.1.1-SNAPSHOT repository

by Max Rohde,

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

Categories: java