leiningen 2020-01-30

hey all, for some artifact caching i would like to control the .m2 maven repository path. normally this would be done by setting something like MAVEN_OPTS="-Dmave.repo.local=/tmp/.m2", but this doesn't seem to be propagated within lein. what is the way i can control this?

Alex Miller (Clojure team) 2020-01-30T13:50:01.048300Z

You can use :local-repo in your project.clj

i would like to avoid having to create a file or edit a project.clj for this, so that I can just pass it through environment variables in my CI system

@lmergen have you tried setting MAVEN_HOME in the process environment?

I dont know of anything that works besides :local-repo as I show above.

It’d depend on pomegranate more than likely.