Open xgp opened 1 month ago
Thanks for reporting, it's on the roadmap. You can pull the artifacts from GH packages in a similar way, but I agree it's a bit of a pain to setup properly.
It's pretty easy to set up with GitHub Actions. Here is an example from one of our libraries:
https://github.com/p2-inc/keycloak-orgs/blob/main/.github/workflows/release.yml
As long as you have the secrets set up, and have an account with Maven Central, it just works on autopilot.
It would be useful to have these artifacts published to Maven Central so they can be easily imported via pom, as in the documentation and articles.