Skip to content

Maven repository details

mlagutko edited this page Jun 7, 2011 · 25 revisions

Repository created (answer from sonatype) [ https://issues.sonatype.org/browse/OSSRH-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Configuration has been prepared, now you can:

Publishing steps

  1. Create a new GPG or PGP key if you haven't one already (http://www.sonatype.com/people/2010/01/how-to-generate-pgp-signatures-with-maven/).
  2. Publish the key to the required PGP server pgp.mit.edu: gpg --keyserver hkp://pgp.mit.edu --send-keys [ID of your key]
  3. Create file "{userHome}/.gpg/gpg.security" with context "password={PGP key password}". (To avoid typing password)
  4. Run 'sbt publsih' task.
Clone this wiki locally