Enable publishing snapshots using central portal#75
Enable publishing snapshots using central portal#75rnc wants to merge 1 commit intoeclipse-packager:masterfrom
Conversation
|
This would run as part of the Eclipse configured repository. I'm not up to date with Maven publishing here. Would that work? |
|
What are you referring to by |
|
This repository is managed by the eclipse foundation. There used to be certain ways to publish to maven central. Managed by the foundation as well. I'd need to check documentation to see what the current state of this is. |
Ok, maybe in that case this PR isn't applicable. I'd be interested in any links to the documentation. |
|
The first link which comes into my mind is: https://eclipse-cbi.github.io/cbi-website/ Alternatively: https://chat.eclipse.org/#/welcome |
Looking through the first link they reference a different Nexus server ( |
This is for https://central.sonatype.org/news/20250326_ossrh_sunset and also enables publishing snapshots following https://central.sonatype.org/publish/publish-portal-maven/
This will require the repository to be migrated to the new central portal system.
Secondly it will require two secrets added to the repository ( https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository ) from the tokens generated in https://central.sonatype.org/publish/generate-portal-token named for
SONATYPE_USERNAMEandSONATYPE_PASSWORDto enable successful snapshot publishing.