leiningen - how to add dependencies for local jars?

Posted by signalseeker on Stack Overflow See other posts from Stack Overflow or by signalseeker
Published on 2010-03-08T20:18:17Z Indexed on 2010/03/08 20:21 UTC
Read the original article Hit count: 258

Filed under:
|
|
|
|

Hi, I want to use leiningen to build and develop my clojure project. Is there a way to modify project.clj to tell it to pick some jars from local directories?

I have some proprietary jars that cannot be uploaded to public repos.

Also, can leiningen be used to maintain a "lib" directory for clojure projects? If a bunch of my clojure projects share the same jars, I don't want to maintain a separate copy for each of them.

Thanks

© Stack Overflow or respective owner

Related posts about leiningen

Related posts about clojure