On Mar 5, 11:17 am, Stuart Sierra <the.stuart.sie...@gmail.com> wrote: > Maven supports a wide range of development/deployment models already. > Whatever you want to do (including compile/test/run Clojure code) > there's a plugin for that. Why recreate all this functionality in > Leiningen?
Most of the time, I won't need the wide range of functionality that Maven supports. For the most common tasks, such as compiling and packaging, Leiningen is the better build tool. It's conceptually simpler, more understandable, and easier to extend. I'd rather use a build tool that covers 80% of tasks well, than a tool that covers 95% poorly. - James -- 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