Fork me on GitHub
#leiningen
<
2018-04-26
>
phreed20:04:00

I have seen some documentation that lein deploy foo can include :classifiers https://github.com/technomancy/leiningen/blob/master/sample.project.clj#L507 ...but it is not entirely clear how to use it. In particular I want to include a *-standalone.jar as produced by lein uberjar. Any ideas?

phreed21:04:22

This one also looked promising https://github.com/pliant/lein-package/blob/2.1/test-projects/test-classifier/project.clj It does not seem to actually copy the '*-standalone.jar' file.