Skip to content

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:

  1. Create account at sonatype.org
  2. 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.)
  3. Create PGP keys
  4. Create settings.xml with authentication info. See Example settings.xml.
  5. Run mvn deploy -P sign-gpg to deploy
  6. Steps specific to release candidates and releases in Release and RC Procedure
Clone this wiki locally