Closed kurtraschke closed 2 years ago
Somewhat related, it seems like snapshot docs may not be building reliably:
Is this a requirement for SNAPSHOTS? I kinda like that SNAPSHOTS are private, as it encourages folks to use RELEASE targets as they should.
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
.