Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luontola/maven-central-bundler
Takes a POM, a binary JAR, a sources JAR, an optional javadoc JAR, and generates from them a bundle which can be uploaded to Maven Central.
https://github.com/luontola/maven-central-bundler
Last synced: 4 days ago
JSON representation
Takes a POM, a binary JAR, a sources JAR, an optional javadoc JAR, and generates from them a bundle which can be uploaded to Maven Central.
- Host: GitHub
- URL: https://github.com/luontola/maven-central-bundler
- Owner: luontola
- License: apache-2.0
- Created: 2011-06-14T15:02:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-18T23:19:22.000Z (over 11 years ago)
- Last Synced: 2024-04-15T07:10:12.377Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 133 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
Maven Central Bundler
=====================Takes a POM, a binary JAR, a sources JAR, an optional javadoc JAR, and
generates from them a bundle which can be uploaded to Maven Central, as
instructed in here:https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide
https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+The+Central+RepositoryFor usage instructions, run make_bundle.rb without parameters.
Requires the following command line applications: jar, unzip, gpg
To run the tests, it's helpful to store your GPG password in a file and
pipe it to the tests, to avoid having to retype it. Alternatively you may
use an environment variable. For example:echo secret > password.tmp
cat password.tmp | rspec spec/GPG_PASSWORD=secret rspec spec/