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 ?
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
Oh right, thanks, I misunderstood and thought it was about the group id
My pleasure!