Changeset 35764 in osm for applications/editors


Ignore:
Timestamp:
2021-05-23T14:13:09+02:00 (3 years ago)
Author:
simon04
Message:

see #16860 - ivy_settings: consistently use "josm-nexus"

Try to solve "unknown resolver josm-nexus" warnings in Jenkins.

Location:
applications/editors/josm/plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/javafx/ivy_settings.xml

    r34602 r35764  
    66    <resolvers>
    77        <ibiblio name="central" m2compatible="true"/>
    8         <ibiblio name="gluon" root="http://nexus.gluonhq.com/nexus/content/repositories/releases/" m2compatible="true" />
    9         <ibiblio name="josm" root="https://josm.openstreetmap.de/nexus/content/repositories/releases/" m2compatible="true" />
    10         <ibiblio name="sonatype_snapshots" root="https://oss.sonatype.org/content/repositories/snapshots/" m2compatible="true"  />
     8        <ibiblio name="josm-nexus" root="https://josm.openstreetmap.de/nexus/content/repositories/releases/" m2compatible="true" />
    119    </resolvers>
    1210    <modules>
    13         <module organisation="org.openstreetmap.jmapviewer" resolver="josm"/>
    14         <module organisation="org.openstreetmap.josm" resolver="josm"/>
     11        <module organisation="org.openstreetmap.jmapviewer" resolver="josm-nexus"/>
     12        <module organisation="org.openstreetmap.josm" resolver="josm-nexus"/>
    1513    </modules>
    1614</ivysettings>
  • applications/editors/josm/plugins/jna/ivy_settings.xml

    r35657 r35764  
    66    <resolvers>
    77        <ibiblio name="central" m2compatible="true"/>
    8         <ibiblio name="gluon" root="http://nexus.gluonhq.com/nexus/content/repositories/releases/" m2compatible="true" />
    9         <ibiblio name="josm" root="https://josm.openstreetmap.de/nexus/content/repositories/releases/" m2compatible="true" />
    10         <ibiblio name="sonatype_snapshots" root="https://oss.sonatype.org/content/repositories/snapshots/" m2compatible="true"  />
     8        <ibiblio name="josm-nexus" root="https://josm.openstreetmap.de/nexus/content/repositories/releases/" m2compatible="true" />
    119    </resolvers>
    1210    <modules>
    13         <module organisation="org.openstreetmap.jmapviewer" resolver="josm"/>
    14         <module organisation="org.openstreetmap.josm" resolver="josm"/>
     11        <module organisation="org.openstreetmap.jmapviewer" resolver="josm-nexus"/>
     12        <module organisation="org.openstreetmap.josm" resolver="josm-nexus"/>
    1513    </modules>
    1614</ivysettings>
Note: See TracChangeset for help on using the changeset viewer.