-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare project for Maven Central release #5
Comments
Created new ticket at Sonatype JIRA: https://issues.sonatype.org/browse/OSSRH-59936 |
Running
now only uses the module path during compilation. |
Running
now successfully generates the javadocs in |
Added Sonatype credentials to Travis |
Look into gpg key generation! |
Move BinaryString and Identity to an internal package; keep them module-private. |
Project can now successfully be deployed Sonatype snapshot repo by running:
|
Release new version like so:
Also, look into the specific plugin options. We might want to set the Typical workflow:
|
Fix keys. Read this: https://maven.apache.org/developers/release/pmc-gpg-keys.html |
#5 Added an encrypted secret key that was generated on a Linux machine
Setup Travis to deploy the project to Maven Central every time a new git tag is pushed.
Resources:
The text was updated successfully, but these errors were encountered: