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

Compiling with temporaryOutputDirectory does not clean up the compiled files

Open hugoduncan opened this issue 14 years ago • 2 comments

In order to prevent build up of disk usage, compiling with temporaryOutputDirectory set to true should remove all compiled class files after compilation.

hugoduncan avatar Jan 09 '11 00:01 hugoduncan

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.

juergenhoetzel avatar Jan 09 '11 21:01 juergenhoetzel

working on this

laurentpetit avatar May 15 '15 20:05 laurentpetit