Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeha/sbt-offline-project-template
https://github.com/zeha/sbt-offline-project-template
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeha/sbt-offline-project-template
- Owner: zeha
- Created: 2015-06-22T02:06:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T02:06:53.000Z (over 9 years ago)
- Last Synced: 2024-04-21T02:19:27.912Z (7 months ago)
- Language: Shell
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sbt sans internet
-----------------Run `./builddeps.sh` while you have Internet, this will populate the `builddeps` folder (which you may want to check in into git).
Then run `./sbt` whenever you need to.
Most of this is just fighting against ivy, plus an sbt wrapper script.
Configuration
-------------Source repositories are listed in `builddeps-ivysettings.xml`.
Packages to download are listed in `builddeps.xml`.
Dependencies
------------You must have ivy and ant installed from somewhere (e.g. brew) for `./builddeps.sh` to work.