https://github.com/release-engineering/offliner
Offline repository downloader (client)
https://github.com/release-engineering/offliner
Last synced: about 1 year ago
JSON representation
Offline repository downloader (client)
- Host: GitHub
- URL: https://github.com/release-engineering/offliner
- Owner: release-engineering
- Created: 2015-06-18T05:05:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T06:45:30.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T13:11:29.977Z (about 1 year ago)
- Language: Java
- Size: 580 KB
- Stars: 11
- Watchers: 10
- Forks: 16
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Offliner Maven Repository Downloader
This is a simple tool that consumes lists of artifacts in a few formats, then downloads them to a local directory structure. It can verify checksums if those are available on the upstream server, and it can repair / generate metadata files for the artifacts it downloaded. It's able to consume multiple artifact lists in a single execution, or run multiple times with the same target location and merge the resulting content + metadata.
For more information, see https://release-engineering.github.io/offliner.