I'm using a 3rd-party open source Java library with my Clojure project. It's not available in Maven Central or at Clojars. I can create a pom file and figure out how to install it a Maven Central, but--I am lazy and I am used to the increased convenience of Clojure tools such as Leiningen! Is there a convenient way to deploy the 3rd party jar to Clojars? There's no need to build it first; it's already been built. (The Java library uses the tried and true--make
.)
If I must give up my laziness, I will, but if not, why bother? (On the other hand, I've already probably spent more time trying this and that, reading Leiningen documentation and blog posts, and asking this question here, than I would have spent if I'd just sat down and made a pom file, etc. I've been unable to find an answer, so far. Laziness is time-consuming!)