Skip to content

Migrate to Central Sonatype Repo #150

@robertjamison

Description

@robertjamison

OSSRH is shutting down June 30th.

Notice from Sonatype's documentation:

Migration Required
If you are currently publishing via OSSRH, you will have to migrate to the Central Publisher Portal in order to utilize this service.

the Gradle built-in maven-publish plugin might be configured as

// ...
    repositories {
        maven {
            name = "ossrh-staging-api"
            url = uri("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/")
        }
    }
// ...

For some reason, Sonatype forces you to use their manual endpoint service too.

EDIT: I haven't figured out how to push a repo to Central yet. I'm hoping to copy your technique if you figure it out first.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions