talios / clojure-maven-plugin

Apache Maven Mojo for compiling clojure scripts to class files
252 stars 74 forks source link

Mojos don't automatically bind to default maven phases #1

Closed talios closed 14 years ago

talios commented 15 years ago

None of the current mojos bind themselves to their relevent phases (compile, test compile, test etc.)

talios commented 14 years ago

Fixed with the addition of the "clojar" packaging type. See src/it/packaging-test for an example.