Switch to central-publishing-maven-plugin for publishing#179
Switch to central-publishing-maven-plugin for publishing#179maesenka merged 1 commit intoGeoLatte:masterfrom
Conversation
|
Hi @maesenka 👋🏻 🙂 I noticed a new github release for 1.11 and the build at https://github.com/GeoLatte/geolatte-geom/actions/runs/21782503214/job/62848652266 Thanks for that ! I went looking for it at maven central https://central.sonatype.com/artifact/org.geolatte/geolatte-geom ... but for some reason it haven't appeared there yet ? 🤔 I was looking at the build logs, and at the very end: which seems confusing, like it says that the deployment will be automatic but then the next line says that you'd need to go to maven central and publish the uploaded deployment from there 😕 ? |
|
The publishing was blocked because of a validation error. It's fixed now, and the publishing step has now fully succeeded. |
|
nice, thanks! 🎉 |
We've noticed that the build was still relying on the nexus plugin for releases, and since ossrh is "closed" and releases had to be switched to Maven Central publishing, here's a draft for that change.
We weren't sure how exactly you release it as it seems there is no Github workflow, or some CI job ...
(this is obviously not tested 🙂)