OneBusAway / onebusaway-gtfs-modules

A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support.
Other
129 stars 106 forks source link

Update download URLs in documentation to point to repo.camsys-apps.com #196

Closed kurtraschke closed 2 years ago

kurtraschke commented 2 years ago

Summary:

It should be possible to obtain build artifacts for the non-library parts of onebusaway-gtfs-modules (i.e. the transformer, merge, and loader CLI tools).

Expected behavior:

I can click a link in the documentation and download a built artifact without having to know how to construct a URL to find it in a Maven repository or use an incantation such as mvn dependency:get -Dartifact=org.onebusaway:onebusaway-gtfs-merge-cli:1.3.110-SNAPSHOT -DremoteRepositories=https://repo.camsys-apps.com/snapshots/ -Ddest=./ -Dtransitive=false.

kurtraschke commented 2 years ago

Somewhat related, it seems like snapshot docs may not be building reliably:

http://developer.onebusaway.org/modules/onebusaway-gtfs-modules/current-SNAPSHOT/onebusaway-gtfs-merge-cli.html

sheldonabrown commented 2 years ago

Is this a requirement for SNAPSHOTS? I kinda like that SNAPSHOTS are private, as it encourages folks to use RELEASE targets as they should.