On Feb 24, 2:52 pm, Sunil S Nandihalli <sunil.nandiha...@gmail.com>
wrote:
>  I was wondering if there is a reason as to why logos was not put on
> clojars.. If it was intended to be that way by the author.. what is a good
> work flow to use some that is available only on github but not on clojars..
>  A description of the workflow with cake/leiningen would be perfect.

You can set up a private repository using Nexus or Archiva, and then
use the lein deploy task to put logos out there. Then add your private
repo under :repositories in project.clj of the project with which you
want to use logos.

This requires Leiningen 1.5 from git and is not thoroughly documented
yet. Another alternative would be to deploy it as org.clojars.YOURNAME/
logos on clojars.

-Phil

-- 
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

Reply via email to