clojure-maven-plugin
clojure-maven-plugin copied to clipboard
skip test execution when no testSourceDirectories
Currently, a several of our maven artifacts have clojure source, but a few dozen don't. complete build time takes a lot more time due to spawning our big clojure vms. Can you add a feature to skip the plugin when the source and or test dirs are empty?
Hey there,
Hrm - it should be doing this already when it doesn't detect/discover any namespaces to compile, or do you have a setup with mixed java/clojure code?
What triggers spawning your clojure vms?
Mark
On Wed Jun 6 07:08:14 2012, Adrian Cole wrote:
Currently, a several of our maven artifacts have clojure source, but a few dozen don't. complete build time takes a lot more time due to spawning our big clojure vms. Can you add a feature to skip the plugin when the source and or test dirs are empty?
Reply to this email directly or view it on GitHub: https://github.com/talios/clojure-maven-plugin/issues/51