Maven repositories, like Maven Repository offer the widest range of projects for dependency management.
Ivy offers the possibility to access maven repositories and download artifacts from there. There are only pom files in those repositories and no ivy.xml.
They can be retrieved with an ivy resolver that runs in m2compatible mode.
<ibiblio name="maven2" m2compatible="true"/>
Especially for this Use-case I want to know:
- which scopes are available by default and what artifacts will they offer
- How is a maven scoped mapped to an ivy conf / configuration?