Author of lein-localrepo here. Just to mention few points: 1. Leiningen builds over Maven's transitive dependency management system. So, I guess at some point of time you just have to accept Maven's nomenclature.
2. `lein install` works when you have source code and a `project.clj` for your project. `lein-localrepo` helps you with third-party JARs for which you probably have no source code. 3. Can `lein-localrepo` help you totally forget about Maven? Sorry, see #1 Shantanu On Friday, 20 December 2013 23:57:55 UTC+5:30, Magomimmo wrote: > > I used localrepo as Timmy said: > - to install in the local maven repository a native dynamic c++ lib and > its corresponding java wrapper > - to makes it available to all my clojure/java projects requiring to use > that lib (artifact in maven parlance) > > It works like a charm. > > Here you can find a sample of its use: > > > http://docs.opencv.org/2.4/doc/tutorials/introduction/clojure_dev_intro/clojure_dev_intro.html#install-the-java-specific-libs-as-local-repository > > HIH > mimmo > > On Dec 20, 2013, at 6:22 PM, Tim Visher <tim.v...@gmail.com <javascript:>> > wrote: > > On Fri, Dec 20, 2013 at 12:16 PM, John Gabriele > <jmg...@gmail.com<javascript:>> > wrote: > > If I can just `lein install` my libs (or other people's libs) and then use > them in all my projects (just like the libs found at clojars), what extra > functionality does lein-localrepo provide beyond that? > > > lein-localrepo provides ways to interact with the local repo beyond > just installing a leiningen project to it. You can install arbitrary > artifacts that have poms. You can use to grab coords for a file. Etc. > > -- > > In Christ, > > Timmy V. > > http://blog.twonegatives.com/ > http://five.sentenc.es/ -- Spend less time on mail > > -- > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clo...@googlegroups.com <javascript:> > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+u...@googlegroups.com <javascript:> > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+u...@googlegroups.com <javascript:>. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.