jreleaser / jreleaser.github.io

🌐 jreleaser.org website
4 stars 38 forks source link

Maven Central Deployer URL note #37

Closed manikmagar closed 1 year ago

manikmagar commented 1 year ago

maven-central.adoc defines:

:deployer_url:  https://s01.oss.sonatype.org/service/local

However for Sonatype projects created before February 2021 should use https://oss.sonatype.org/service/local. Otherwise, JReleaser fails with following error -

[ERROR] JReleaser failed after 2.703 s
Unexpected error
Could not find a staging profile matching com.github.manikmagar

Root cause isn't very obvious from the error but it is due to the wrong URL being used (if followed the docs). Maybe adding a note there could help.