clojure-maven-plugin icon indicating copy to clipboard operation
clojure-maven-plugin copied to clipboard

skip test execution when no testSourceDirectories

Open jclouds opened this issue 13 years ago • 1 comments

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?

jclouds avatar Jun 05 '12 19:06 jclouds

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

talios avatar Jun 05 '12 20:06 talios