...for easy dependency management and no-compile project setup. https://github.com/dysinger/clojure-pom/tree
Using maven only for the dependency management and to create a custom repl script allows me to still use emacs/slime for dynamic development of clojure code. My motivation is 3 fold: 1) I have lots of small modules and want convention over configuration (no boiler plate ant scripts or other such cut and paste) 2) I want access to the kabazillion libraries in the maven repos - just go look at mvnrepository.com for example. 3) Although I spent 10 years on Java, I am a dynamic language fan. I don't care or want to AOT compile at the moment. I just want to setup the libraries that my clojure code depends on and start writing / prototyping clojure code in Emacs SLIME. I would love to hear some feedback and/or what other people have been working on. -Tim --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---