Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Upload release artifacts on public repositories #1

Closed
anthonime opened this issue Jun 1, 2013 · 2 comments
Closed

Upload release artifacts on public repositories #1

anthonime opened this issue Jun 1, 2013 · 2 comments
Assignees
Milestone

Comments

@anthonime
Copy link
Member

http://maven.apache.org/guides/mini/guide-central-repository-upload.html

@ghost ghost assigned anthonime Jun 1, 2013
@ghost ghost assigned ericcitaire Sep 13, 2013
@ericcitaire
Copy link
Member

We need to meet the Central Sync Requirements in order to upload release artifacts on Central Repo.

  • Project POM has the following elements :
  • - <modelVersion>
  • - <groupId>
  • - <artifactId>
  • - <version>
  • - <packaging>
  • - <name>
  • - <description>
  • - <url>
  • - <licenses>
  • - <scm><url>
  • - <scm><connection>
  • - <developers>
  • If the project packaging is jar, and the jar file contains java classes, there must be a -javadoc.jar for main artifact.
  • If the project packaging is jar, and the jar file contains java classes, there must be a -sources.jar for main artifact.
  • All project artifacts are signed using GPG, and the public key is distributed to hkp://pool.sks-keyservers.net/. For more information, please refer to How To Generate PGP Signatures With Maven. _-> to be done._

@ericcitaire
Copy link
Member

May help: How-To: Import/Export GPG Key Pair

ericcitaire added a commit that referenced this issue Oct 4, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants