jitpack / jitci

A CI with tests, coverage, dependency audit, license & vuln. checks
https://jitci.com
19 stars 5 forks source link

Support publishing to generic Maven repositories #5

Open jitpack-io opened 5 years ago

jitpack-io commented 5 years ago

At the moment artifacts are published to:

There should be a configuration option to publish to any Maven repository.

Note: it is already possible to publish to a repository using build tools but this would make it even easier.

nedtwigg commented 4 years ago

Congrats on JitCI, it is amazing. I have a hard requirement to publish to the gradle plugin portal, and also to mavenCentral. Very simple but real project that I'm using as my test for migrating lots more stuff over: https://github.com/diffplug/blowdryer

In the meantime before this feature is implemented, how can I trigger JitCI to run these tasks only on tagged releases? Also, can I add secret environment variables which will only be injected on tagged releases?