I think there is some option in the project.clj
but I did not find it in the documentation of Leiningen.
For example i have this project.clj
(defproject test-app "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.4.0"]
[noir "1.3.0-beta3"]]
How can I make Leiningen download the source of noir? I just have the binaries now.