> > > As I'm one of the people that's requested this feature... I'll add my > reason too: > > (3) Managing proprietary libraries and API's that you are developing > or using... Yes you can throw these into your own maven repo, but > then you also need to manage, configure and secure a server (when > working in a team). >
Actually, you can create a project local directory (e.g. myproject/lib or the more maven-ish myproject/src/lib) that acts as a maven repository and stick your dependencies in that directory. Then you can check it in to source control with your project. See http://stubbisms.wordpress.com/2008/08/28/maven-is-to-ant-as-a-nail-gun-is-to-hammer-and-nails-you-need-to-move-on/ and http://techdiary.peterbecker.de/2009/03/letting-maven-use-local-libraries.html for more details. Cheers -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Brian Schlining bschlin...@gmail.com -- 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