cloudneutral / cockroachdb-jdbc

An open source JDBC type-4 driver for CockroachDB
MIT License
2 stars 1 forks source link

Publish artifacts to Maven Central #6

Open xgp opened 1 month ago

xgp commented 1 month ago

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.

kai-niemi commented 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.

xgp commented 1 month ago

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.