jitci icon indicating copy to clipboard operation
jitci copied to clipboard

Support publishing to generic Maven repositories

Open jitpack-io opened this issue 6 years ago • 1 comments

At the moment artifacts are published to:

  • internal JitCI repository
  • JitPack.io

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.

jitpack-io avatar Jul 16 '19 17:07 jitpack-io

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?

nedtwigg avatar Dec 02 '19 06:12 nedtwigg