Hi

I don't want leiningen to download jars from remote repositories as I have 
all jars in .m2 local repo already from older sessions so there is no need 
for leiningen to download them. The build process fails (no network) and it 
takes years ...

*Downloading: org/apache/log4j/1.2.4/log4j-1.2.4.pom from central*
*Downloading: org/apache/log4j/1.2.4/log4j-1.2.4.pom from clojure*
*Downloading: org/apache/log4j/1.2.4/log4j-1.2.4.pom from clojars*
*Downloading: org/apache/log4j/1.2.4/log4j-1.2.4.pom from central*

How can I tell leiningen to just look into .m2 (local repo) and that's it?

*(defproject mytest "1.0.0-SNAPSHOT"*
*  :description "mytest"*
*  :dependencies [[org.clojure/clojure "1.3.0"]*
*                 [org.clojure/java.jdbc "0.0.6"]*
*                 [org.apache/log4j "1.2.4"]*
*                 [org.clojure/data.json "0.1.1"]*
*                 [jconn4 "7.0"]]*
*  :main mytest.core)*

Thanks in advance.


-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to