chargebee / chargebee-java

Java library for the Chargebee API.

Home Page:https://apidocs.chargebee.com/docs/api?lang=java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please distribute build artifacts via a maven repository rather than git

SingingBush opened this issue · comments

Rather than distributing built jars in the repo please instead setup a maven repo. Github itself supports distribution of maven build artifacts:

https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry

As a side note it would also be beneficial to setup a release profile in the pom so that the sources, javadoc, and gpg signing are only done when building with that profile enabled.

@SingingBush - Thank you for suggestion on creating the build profile. We will address it in upcoming releases. You can find artifacts here as well.