-
Notifications
You must be signed in to change notification settings - Fork 25
Maven Central Configuration
Jonah Graham edited this page Oct 9, 2017
·
1 revision
To deploy to Maven Central according to the Release and RC Procedure you need to set-up and configure your machine to talk to Maven Central.
More details available in Maven docs and OSSRH.
Steps to do:
- Create account at sonatype.org
- Have new user name added to people with permission for Eclipse January's namespace. Do this by asking one of existing members to add request. (I think you can do this by adding comment to https://issues.sonatype.org/browse/OSSRH-30435.)
- Create PGP keys
- Create settings.xml with authentication info. See Example settings.xml.
- Run
mvn deploy -P sign-gpg
to deploy - Steps specific to release candidates and releases in Release and RC Procedure