Leiningen uberjar
#leiningen
#clojure
resources
デフォルトではドットで始まるファイル/ディレクトリは除外される
https://github.com/technomancy/leiningen/blob/2.9.4/src/leiningen/jar.clj#L102
意図的に含めたい場合は project.clj にて
:jar-inclusions
を指定する
https://github.com/technomancy/leiningen/blob/2.9.4/sample.project.clj#L420