Re: Compiling Clojure code with Maven

2009-01-04 Thread ivant
On Dec 31 2008, 4:49 pm, "Mike DeLaurentis" wrote: > I'm working on a project that has both Java and Clojure sources. We > use Maven as our build system, and I'd like to use it to compile the > Clojure sources. Has anyone done that before? I can think of a few > ways to do it, such as using maven

Compiling Clojure code with Maven

2008-12-31 Thread Mike DeLaurentis
I'm working on a project that has both Java and Clojure sources. We use Maven as our build system, and I'd like to use it to compile the Clojure sources. Has anyone done that before? I can think of a few ways to do it, such as using maven to run an ant task or writing a plugin, but I'm not sure wh