Last change
on this file since 35846 was 35764, checked in by simon04, 4 years ago |
see #16860 - ivy_settings: consistently use "josm-nexus"
Try to solve "unknown resolver josm-nexus" warnings in Jenkins.
|
File size:
587 bytes
|
Rev | Line | |
---|
[34602] | 1 | <ivysettings>
|
---|
| 2 | <version-matchers usedefaults="true">
|
---|
| 3 | <maven-tsnap-vm/>
|
---|
| 4 | </version-matchers>
|
---|
| 5 | <settings defaultResolver="central"/>
|
---|
| 6 | <resolvers>
|
---|
| 7 | <ibiblio name="central" m2compatible="true"/>
|
---|
[35764] | 8 | <ibiblio name="josm-nexus" root="https://josm.openstreetmap.de/nexus/content/repositories/releases/" m2compatible="true" />
|
---|
[34602] | 9 | </resolvers>
|
---|
| 10 | <modules>
|
---|
[35764] | 11 | <module organisation="org.openstreetmap.jmapviewer" resolver="josm-nexus"/>
|
---|
| 12 | <module organisation="org.openstreetmap.josm" resolver="josm-nexus"/>
|
---|
[34602] | 13 | </modules>
|
---|
| 14 | </ivysettings>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.