talios / clojure-maven-plugin

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

clojure:run goal supports one predefined clojure script to run #9

Closed smaxx closed 14 years ago

smaxx commented 14 years ago

clojure:run goal supports one predefined clojure script to run. There is definite possibility to implement this parameter as comma-separated list of scripts to run or as a subset of "script" elements which will be run one after another.

talios commented 14 years ago

Just tidying up these old tickets - the clojure:run goal also now supports to define multiple scripts to run, and also to run a java class.