clojure-maven-plugin
clojure-maven-plugin copied to clipboard
Compiling with temporaryOutputDirectory does not clean up the compiled files
In order to prevent build up of disk usage, compiling with temporaryOutputDirectory set to true should remove all compiled class files after compilation.
BTW: If the only use case of temporaryOutputDirectory is
take advantage of the compilers syntax checking
like descriped in the README, I wonder if it isn't more useful to just load/require all namespaces.
working on this