I have code that needs to look over the class path. It gets it using:
(clojure.java.classpath/classpath)
Using clojure-maven-plugin 1.3.9 all is well that call gets me quite a large seq of files. With clojure-maven-plugin 1.3.20 I see something like the following and only the following:
(#<File /var/folders/bk/w587c61d02s2hkn5zqs4zlnm0000gs/T/clojuremavenplugin2851089989068089718jar>)
If you force that thing to be a JarFile and then look at what's in it there is one manifest file and that's it.
Kevin