camunda-community-hub / kafka-connect-zeebe

Kafka Connect for Zeebe.io
Apache License 2.0
97 stars 52 forks source link

Add release artifacts to Maven Central #147

Open Andy-JB opened 1 year ago

Andy-JB commented 1 year ago

Both Maven Central and artifacts.camunda.com don't have the latest release artefacts.

berndruecker commented 1 year ago

Hi @Andy-JB - this might be right - as the focus was to create the bundle fils for the Kafka Connect marketplace, which can be found here: https://github.com/camunda-community-hub/kafka-connect-zeebe/releases/tag/0.40.1

But I agree that it would be nice to adjust the release process to also publish artifacts to Maven Central as with other components - just that we don't have much time at the moment for it. Is this a big problem for you?

Andy-JB commented 1 year ago

Hi @berndruecker - it's not a big problem, as it can be worked around by building from source.

It would be nice to have the artefacts available on Maven Central so they can be easily imported into another repository. For example, for scanning the application against security threats and other policies.