Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mslinn/testpublishlib
Test project for publishing to various forms of maven/ivy repositories.
https://github.com/mslinn/testpublishlib
Last synced: about 2 months ago
JSON representation
Test project for publishing to various forms of maven/ivy repositories.
- Host: GitHub
- URL: https://github.com/mslinn/testpublishlib
- Owner: mslinn
- Created: 2013-07-07T19:59:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-01T19:00:24.000Z (almost 11 years ago)
- Last Synced: 2024-10-12T09:45:32.035Z (3 months ago)
- Language: Scala
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TestPublishLib #
Sample library for testing sbt publishing.
Companion app is [testPublishApp](https://github.com/mslinn/testPublishApp)
Read my [blog posting](http://mikeslinn.blogspot.com/2013/07/publishing-maven-artifacts-to-aws-s3.html) on how to use this project.1. This project is configured to publish to the local ivy repo at `~/.ivy2/local`.
2. Create directory on a web server or an AWS S3 bucket to hold the published files.
If you use an S3 bucket, be sure to enable the web site feature.
3. Copy the `com/micronautics` directory and all of its contents from `~/.ivy2/local` to the repo directory.
4. Ensure that that all the files are readable from a web browser.