source: osm/applications/editors/josm/plugins/jna/ivy_settings.xml@ 36013

Last change on this file since 36013 was 35954, checked in by stoecker, 3 years ago

set josm resolver to default

File size: 588 bytes
Line 
1<ivysettings>
2 <version-matchers usedefaults="true">
3 <maven-tsnap-vm/>
4 </version-matchers>
5 <settings defaultResolver="josm-nexus"/>
6 <resolvers>
7 <ibiblio name="josm-nexus" root="https://josm.openstreetmap.de/nexus/content/repositories/public/" m2compatible="true" />
8 <ibiblio name="central" m2compatible="true"/>
9 </resolvers>
10 <modules>
11 <module organisation="org.openstreetmap.jmapviewer" resolver="josm-nexus"/>
12 <module organisation="org.openstreetmap.josm" resolver="josm-nexus"/>
13 </modules>
14</ivysettings>
Note: See TracBrowser for help on using the repository browser.