Hey all,
I've released 1.0 of my clojure-maven-plugin and its now available in
maven-central.

To use it, a minimal pom.xml declaring a dependency on clojure, and the the
plugin (without configuration) is all you need.

  - http://gist.github.com/174217

With the above pom, running "mvn clojure:compile" will scan any .clj file
under ./src/main/clojure and compile them into the ./target/classes
directory.

"mvn clojure:test-compile" will do the same for any .clj file under
./src/test/clojure.

For more options such as hooking up a test script, filtering namespaces etc.
see the project site at:

  http://github.com/talios/clojure-maven-plugin

Mark

-- 
Discouragement is a dissatisfaction with the past, a distaste for the
present, and a distrust of the future
- Maree De Jong, Life NZ.

blog: http://www.talios.com
podcast: http://www.illegalargument.com
skype / twitter: talios

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