-
Notifications
You must be signed in to change notification settings - Fork 45
Maven repository details
mlagutko edited this page Jun 7, 2011
·
25 revisions
- **Repository: **https://issues.sonatype.org/secure/Dashboard.jspa
- **Project URL: **https://issues.sonatype.org/browse/OSSRH-88
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:
- Deploy snapshot artifacts into repository https://oss.sonatype.org/content/repositories/snapshots
- Deploy release artifacts into the staging repository https://oss.sonatype.org/service/local/staging/deploy/maven2
- Promote staged artifacts into repository 'Releases'
- Download snapshot and release artifacts from group https://oss.sonatype.org/content/groups/public
- Download snapshot, release and staged artifacts from staging group https://oss.sonatype.org/content/groups/staging
- 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/).
- Publish the key to the required PGP server pgp.mit.edu: gpg --keyserver hkp://pgp.mit.edu --send-keys [ID of your key]
- Create file "{userHome}/.gpg/gpg.security" with context "password={PGP key password}". (To avoid typing password)
- Run 'sbt publsih' task.