我想将本地 jar 编译到我的 clojure 项目中,我可以使用以下命令轻松完成此操作
https://gist.github.com/stuartsierra/3062743
mkdir repo
mvn install:install-file -DgroupId=local -DartifactId=bar \
-Dversion=1.0.0 -Dpackaging=jar -Dfile=bar.jar \
-DlocalRepositoryPath=repo
但我有一个持续集成和构建服务器(jenkins),它在 ~/.m2 中查找。我怎样才能让 leiningen 看 .m2 ???