> >
> > If Lein evolves to to handle dependencies of dependencies and
> intelligently generates the classpath based on these dependencies (instead
> of copying files around) what advantage does Maven really have?
>
> The tools (e.g. Archiva, Nexus et al), documentation, IDE support,
> integration with other languages e.g. mixed Java/Clojure/Scala/Groovy
> projects. The more clojure integrates with the existing ecosystem, the more
> likely it is to succeed, especially in a viral sense. This is the essence of
> clojure being a JVM language with great integration with Java.
>

Well said! Here's a pair of helpful links or anyone who wants to Maven +
Clojure for a spin:

http://pupeno.com/blog/how-to-create-a-clojure-application/
http://github.com/talios/clojure-maven-plugin

And for those who haven't tried it, you can run  'mvn clojure:repl'  in your
project to get a REPL running with all the dependencies (including
transitive ones) defined in your pom.xml

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

Reply via email to