Many use s3-wagon or a hosted maven. Or you could install dependencies locally, but that's a pain. On the other hand putting AWS credentials in CI for example to use s3-wagon can be annoying too.
What about depending on a specific git remote / commit? This library might be worth giving a shot: https://github.com/tobyhede/lein-git-deps On Fri, Oct 16, 2015 at 7:14 PM, Shantanu Kumar <[email protected]> wrote: > We are using Artifactory for our internal Maven repo (supports enterprise > Single-Sign-On): > https://www.jfrog.com/open-source/ > > Shantanu > > > On Saturday, 17 October 2015 02:47:29 UTC+5:30, Lawrence Krubner wrote: >> >> I know this question has been asked before, but when I went searching I >> mostly found old entries that were on a somewhat different topic, such as >> "How to add a java library (that is not in maven) as a dependency for a >> clojure library?" >> >> I wrote a Clojure app and my co-worker wrote a Java app. I have another >> co-worker who is working on an app that would include the first 2 apps as >> libraries. >> >> I have been able to get the combination working using the Leiningen >> plugin "localrepo" but my co-worker wants me to make the other 2 libraries >> available from some central repo that Leiningen can download from. How is >> this usually done? Do I set up a Maven repo on one of the company servers? >> >> >> >> >> >> >> >> >> -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
