This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-26
Channels
- # beginners (20)
- # cider (59)
- # cljsrn (6)
- # clojars (7)
- # clojure (91)
- # clojure-boston (1)
- # clojure-dusseldorf (3)
- # clojure-finland (1)
- # clojure-italy (8)
- # clojure-losangeles (1)
- # clojure-nl (16)
- # clojure-spec (25)
- # clojure-uk (113)
- # clojurescript (126)
- # core-async (27)
- # cursive (5)
- # data-science (3)
- # datomic (22)
- # emacs (24)
- # fulcro (30)
- # garden (7)
- # graphql (7)
- # leiningen (3)
- # nginx (1)
- # off-topic (63)
- # onyx (13)
- # portkey (1)
- # re-frame (1)
- # reagent (28)
- # shadow-cljs (92)
- # tools-deps (1)
- # uncomplicate (1)
- # vim (24)
- # yada (8)
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?
I found this old project but it does not seem to work. https://github.com/camechis/lein-deploy-uberjar/blob/master/src/leiningen/deploy_uberjar.clj
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.