Modify

Opened 5 years ago

Closed 8 months ago

#19118 closed enhancement (fixed)

JMapViewer: add <url> and <license> in pom.xml

Reported by: simon04 Owned by: team
Priority: normal Milestone:
Component: JMapViewer Version:
Keywords: maven pom url license Cc:

Description

https://repo1.maven.org/maven2/org/tukaani/xz/1.8/xz-1.8.pom includes a <url> and <license> element – https://josm.openstreetmap.de/nexus/content/repositories/releases/org/openstreetmap/jmapviewer/jmapviewer/2.13/jmapviewer-2.13.pom does not. Can we add it?

See also the output of ant ivy-report – tools/ivy-report/org.openstreetmap-josm-runtime.html#org.openstreetmap.jmapviewer-jmapviewer

Attachments (0)

Change History (1)

comment:1 by taylor.smock, 8 months ago

Resolution: fixed
Status: newclosed

Assuming I understand the problem, this should now be fixed.

$ curl https://josm.openstreetmap.de/nexus/content/repositories/releases/org/openstreetmap/jmapviewer/jmapviewer/2.22/jmapviewer-2.22.pom | xpath -q -e 'project/licenses'`
    <licenses>
        <license><!-- Might be GPL-2.0-or-later, but no instances of "or later" in source code -->
            <name>GPL-2.0-only</name>
            <url>https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.