On Dec 14, 2009, at 7:16 AM, B Smith-Mannschott wrote: >> Then, to depend upon only the source jar in a downstream project, one >> would simply add a 'classifier' element to the dependency element: >> >> <dependency> >> <groupId>com.ashafa</groupId> >> <artifactId>clutch</artifactId> >> <version>1.0-SNAPSHOT</version> >> <classifier>sources</classifier> >> </dependency> > > Hmmm... but in the Clojure world there's a third variant, isn't there? > i.e. something like 'slim' which contains AOT only where required: > namely in the case of genclass or such.
Yes, that's true. This is something that lein and clojure-maven- plugin et al. will have to consider going forward. - Chas -- 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