leiningen/test_projects/with-classifiers/project.clj

4 lines
159 B
Clojure
Raw Normal View History

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