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