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.
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
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?
Thanks Alex.
No, those are the ones