clojars

Adam Helins 2021-08-13T16:37:33.005Z

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 ?

2021-08-13T17:00:04.005100Z

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 Helins 2021-08-13T19:22:25.005300Z

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

2021-08-13T19:26:10.005500Z

My pleasure!