The plugin itself has NO dependency on clojure or clojure contrib so you'll need to add them to your own pom.xml first. This is mostly because a) clojure contrib hasn't been released or in maven central, b) I'm using clojure 1.1 on my own projects which isn't released.
For my own projects, I have compojure and some other libs included as git-submodules in my repository, and have configured additional <sourceDirectories> to compile. -- On Tue, Aug 25, 2009 at 4:19 PM, ngocdaothanh <ngocdaoth...@gmail.com>wrote: > Is clojure-contrib included? > > I tried but mvn clojure:compile gives: > Exception in thread "main" java.io.FileNotFoundException: Could not > locate clojure/contrib/json/read__init.class or clojure/contrib/json/ > read.clj on classpath > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---