You have to add thecodehaus snapshots repository.

<repository>
<id>mojo-snap</id>
<url>http://snapshots.repository.codehaus.org/
</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>



On Thu, May 7, 2009 at 7:11 PM, nikolas.lotz <[email protected]> wrote:

>
>
>
> On May 1, 8:57 pm, Farrukh Najmi <[email protected]> wrote:
> > Please see a sample project here:
> > <http://www.wellfleetsoftware.com/files/stockwatcher.zip>
>
> The version '1.1-SNAPSHOT' of the gwt-maven plugin can't be found in
> central,
> so you have to add a plugin repository to your pom.xml that provides
> it:
>
> <project>
>  ...
>  <pluginRepositories>
>    ...
>    <pluginRepository>
>      <id>codehaus-snapshots</id>
>      <url>http://snapshots.repository.codehaus.org</url>
>    </pluginRepository>
>    ...
>  </pluginRepositories>
>  ...
> </project>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"gwt-maven" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gwt-maven?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to