Nice, this looks great! SBT has a great multi-module story; this was the only thing I've missed, moving back from Scala. Thank you!

Jim Crossley <mailto:jcrossl...@gmail.com>
February 10, 2014 7:36 AM
Maven multi-module projects provide support for project aggregation, letting you define parent-child relationships among a group of projects to achieve interdependence-based build ordering, limited project inheritance, and centralized dependency management.

Maven's pom.xml files are verbose, error-prone, and just generally gross, especially for multi-module projects, so I wanted to see if I could provide the above features using Leiningen. The fruit of my labor thus far is this plugin:

   https://github.com/jcrossley3/lein-modules

Project inheritance is achieved using Leiningen profiles. This is more flexible than Maven, where the values subject to inheritance are hard-coded. And profiles defined in your project's ancestors are activated appropriately for each task, as you would expect.

Dependency management is a lot simpler, too: it's just a map of dependency symbols to version strings, from which your dependency specs are populated by Leiningen middleware.

See the README for more details and an example.

Love,
Jim

--
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
---
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Sam Ritchie (@sritchie)
Paddleguru Co-Founder
703.863.8561
www.paddleguru.com <http://www.paddleguru.com/>
Twitter <http://twitter.com/paddleguru>// Facebook <http://facebook.com/paddleguru>

--
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
--- 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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

<<inline: compose-unknown-contact.jpg>>

Reply via email to