boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 182 forks source link

boot does not respect maven settings.xml #603

Closed dingmaotu closed 6 years ago

dingmaotu commented 7 years ago

boot downloads all maven pom dependencies to default location ~/.m2/repository, while my settings.xml gives another location as the local repository

Deraen commented 7 years ago

From boot --help

     BOOT_LOCAL_REPO             The local Maven repo path (~/.m2/repository).
dingmaotu commented 7 years ago

Thanks, didn't notice that.