Fork me on GitHub
#clojars
<
2021-08-13
>
Adam Helins16:08:33

We already use our reverse domain group id on Maven Central for our Java packages, hence we can't claim it on Clojars if my understanding is correct. Given this configuration, is there any chance we can claim something else? foo instead of com.foo ?

tcrawley17:08:04

You can verify the same domain with Clojars, you just won't be able to publish an artifact to Clojars that exists on central. For example, if you publish com.foo/bar to central, you can't publish com.foo/bar to Clojars, but can deploy com.foo/baz

Adam Helins19:08:25

Oh right, thanks, I misunderstood and thought it was about the group id

tcrawley19:08:10

My pleasure!