tools-deps

Kirill Chernyshov 2025-04-11T13:18:43.618659Z

Hi! Are there any news or plans to add support of encrypted maven passwords? https://clojure.atlassian.net/browse/TDEPS-255 found this one but its been without moving since Sept 2023. I'm willing to help with implementation or testing if needed.

Alex Miller (Clojure team) 2025-04-14T15:36:43.076759Z

not at the top of my list right now, but would be happy to have more work on this. I think the current patch is incomplete, but it might also go out of date as I move towards using the newer Maven 4.x libraries

Drew Verlee 2025-04-11T00:21:47.739049Z

what are the main clojure tool-deps libs that are worth using to inspect information, about deps, in the repl? I know of: clojure.tools.deps but i was trying to find a way to produce the clj -Stree in my repl, so i could parse it instead of having to read it on the command line. According to the docs that function is https://clojure.org/reference/clojure_cli#deps_tree which leads to lhttps://clojure.github.io/tools.deps.cli/clojure.tools.deps.cli.api-api.html#clojure.tools.deps.cli.api/list which is in clojure.tools.deps.cli.api. so i guess it might help to be passing familiar with that library as well? Are their any others?

Drew Verlee 2025-04-12T19:11:38.959729Z

Thanks Alex.

Alex Miller (Clojure team) 2025-04-11T06:12:08.928889Z

No, those are the ones

👍 1