Fork me on GitHub
#leiningen
<
2018-06-15
>
teodorlu07:06:26

Hello! Quick question. I've built a library with Boot, installed locally into ~/.m2/repository. I want to use this library with a local Leiningen project. Is Leiningen's DEPLOY tutorial[1] the place to look? I'm trying this: :repositories [["local-boot" "file:///home/teodorlu/.m2/repository/"]] [1]: https://github.com/technomancy/leiningen/blob/stable/doc/DEPLOY.md

teodorlu09:06:58

Answer to myself: - Lein and Boot both automatically know how to work with ~/.m2, no need to add references - My problem was probably a misconfigured Boot project. I need to make sure a proper Jar ends up in ~/.m2

👍 4
😀 4