This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
There’s no way to set the .m2
location via an environment variable, is there? Just :mvn/local-repo
?
Ben, unless something has changed recently then :mvn/local-repo
is a top-level key and not usable in an alias.
The value of this key could be set on the command line when running a REPL or other tasks
clojure -Sdeps '{:mvn/local-repo ".cache/temp-deps"}'
👍 2