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 ?
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@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+u...@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+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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.
I think lein deps :tree should be enough to spot issues like that.
Also :exclusions should be used to remove original library from other dependencies.
--
Should also work with locally installed jar.
You received this message because you are subscribed to a topic in the Google Groups "Clojure" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/clojure/3W0LVsTMJDk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to clojure+u...@googlegroups.com.