You don't really need to set up a server infrastructure if you can live with hacks.
One way is put the JAR say in a "/lib" dir and point the :resource-paths entry in profiles.clj directly to the JAR, so "lib/my-coworker-lib.jar". The other way is http://stackoverflow.com/a/26997656 but I only applied it in Java up to now, so I don't know how to configure the project.clj in this case. I used both (the first in Clojure and the second in Java) and in both cases, you can keep the JAR in your version control system. On Friday, October 16, 2015 at 11:17:29 PM UTC+2, 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 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/d/optout.