On 17 November 2015 at 13:21, Bobby Bobble <bpb...@gmail.com> wrote:

> Say there's a dependency that I fork and add some features I need for my
> team's project. I can use my fork locally with lein install no problem, and
> so can others *if* they clone my fork and do the same. It would be more
> convenient if I could publish my fork to Clojars and depend on that, and
> maybe down the line I can return to depending on the original if my PR is
> accepted. What's the best thing to do here ?
>

There's a convention in Clojars of deploying a non-canonical fork by
renaming the project to org.clojars.USERNAME/PROJ_NAME and deploying that
to Clojars.

See, for example: https://clojars.org/search?q=clj-aws-s3

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

Reply via email to