clojars

borkdude 2022-03-29T10:25:05.295999Z

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

borkdude 2022-03-29T10:27:01.613619Z

For context: https://clojurians.slack.com/archives/C03S1KBA2/p1648478042026599

2022-03-29T11:30:08.348229Z

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

borkdude 2022-03-29T11:33:16.233989Z

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