>> We use Nexus as repository manager and it provides a jar with an >> organizsation=com.acme as .../com/acme/... >> But Ivy tries to download as .../com.acme/... >> >> Is there something I have forgotten to configure? > >probably the m2compatible=true flag on the resolver configuration ? > >Nicolas
It is set to true:
<ibiblio name="public" m2compatible="true"
root="${repo.rzf.root}"/>
I also tried the root-URL with and without trailing slash (found a note
on that).
Jan
