Hi Jason,
Thanks for pointing this problem. I do not really remember why I
added this; anyway, this extra repository configuration has been
removed.
Thanks,
Gianny
On 18/11/2006, at 7:42 AM, Jason Dillon wrote:
Why was this added:
----&<----
<repositories>
<repository>
<id>wadi-snapshots</id>
<name>Wadi Snapshots Repository</name>
<url>http://snapshots.repository.codehaus.org/org/
codehaus/wadi/</url>
<layout>default</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
---->&-----
"http://snapshots.repository.codehaus.org/" Is already a m2 repo,
which is included.
Why is this repo here? And why does it have extra path into org/
codehaus/wadi?
--jason