Skip to content

moving hosting of artifacts out of jcenter (to maven central) #1468

@davidB

Description

@davidB

EOL of bintray/jcenter is planned for 2021/05/01 as explained in Service End for Bintray, JCenter, GoCenter, and ChartCenter | JFrog.

Proposed plan to move the release artifact out of bintray:

  • Prepare hosting on maven central (via OSS sonatype), (see OSSRH Guide)
    • create user account for release manager on https://issues.sonatype.org/
    • request groupId org.jmonkeyengine project on oss.sonatype see Producers:
      • create a ticket on OSSRH
        • summary : hosting of org.jmonkeyengine
        • description: Request to host artifacts from jMonkeyEngine, currently hosted on bintray/jcenter (but not yet sync)
        • groupId: org.jmonkeyengine
        • project Url: https://jmonkeyengine.org/
        • scm: https://github.com/jMonkeyEngine/jmonkeyengine.git
        • usernames: add davidb (to be able to sync from bintray) and user account previously created
        • already synced : None
      • create a TXT record in your DNS referencing your OSSRH ticket number and your groupId will be approved on OSSRH
  • request maven central sync on bintray (via the old bintray UI)
  • update release workflow
    • replace into scripts deploy release to bintray by deploy release to oss.sonatype (see deploy via Gradle )
    • update doc for release manager
  • update documentation about repository where are hosted artifacts (README, wiki,...)
  • update dependencies of artifact that depend on jmonkeyengine

Metadata

Metadata

Assignees

Labels

DocumentationIssues that affect the Wiki, Javadoc or any other form of documentationbuildscriptAn issue with the buildscript

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions