lein-zip minimal leiningen plugin that zips files Example Usage Add the following to project.clj :zip ["file1" "resources/file2" "target/production.jar" "dir1"] Then $ lein zip This will produce target/{{project}}-{{version}}.zip