clojars 2022-03-29

Hi! I wondered if clojars supports relocation as described here: https://maven.apache.org/guides/mini/guide-relocation.html# And if lein / tools.build will behave correctly when moving a library from one org to another and resolving conflicts between the two (newest version, etc)

Alex Miller (Clojure team) 2022-03-29T11:41:45.545879Z

tools.deps does not yet support relocations

Howdy @borkdude! This was discussed a bit here: https://github.com/clojars/clojars-web/issues/801, but stalled due to tooling issues.

ok, thanks for letting me know that this isn't supported yet, so I'll likely go with the workaround described in the context link