java-operator-sdk icon indicating copy to clipboard operation
java-operator-sdk copied to clipboard

Migrate release to use token authn for Maven central

Open csviri opened this issue 1 year ago • 1 comments

The release is now failing because of this.

Related email:

Dear Maven Central publisher,

We are making changes to the OSSRH authentication backend. For most users this should be a transparent process, and you should be able to continue to use your existing username and password to connect the Nexus UI. In case you need to update your password, please follow our documentation.

To configure a publisher’s plugin authentication you would need to update your plugin settings to use a user token instead of the Nexus UI username and password login.

For more information about publishing to legacy OSSRH please consult our documentation at https://central.sonatype.org/register/legacy/

Thank you, The Central Team

csviri avatar Jun 17 '24 07:06 csviri

Fixed it to migrating credentials to toke, but the release plugin is also archived github action, that should be fixed too.

csviri avatar Jun 17 '24 09:06 csviri