I need to run a tool while building docs which is distributed as a jar file, and is run with "java -jar". Not sure the best way to do this. lein can fetch the jar if I add it to dev dependencies, but then it's in some directory in ~/.m2. Is there some simple way to get the path so I can pass it to java? Does lein expose the m2 repository directory somehow?
-- 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.
