leiningen/test_projects/with-classifiers/project.clj
Hugo Duncan 942cbee34a Fix jar task for :classifiers
The classified jar files were not being generated due to incorrect
arguments in code.
2014-10-24 21:08:55 -04:00

3 lines
159 B
Clojure

(defproject with-classifiers "0.1.0-SNAPSHOT"
:classifiers {:tests {:source-paths ^:replace ["test"]
:resource-paths ^:replace []}})