You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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: #51
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?
The text was updated successfully, but these errors were encountered: