operator-framework / java-operator-sdk

Java SDK for building Kubernetes Operators
https://javaoperatorsdk.io/
Apache License 2.0
764 stars 209 forks source link

Migrate release to use tokan authn for Maven central #2441

Open csviri opened 1 month ago

csviri commented 1 month ago

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 commented 1 month ago

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