@Francis Great that works. Thank's!
The deploy task expects a repo argument in this case though. So I came up
with this:
https://github.com/henrik42/buttle/blob/1.0.0/plugin/leiningen/deploy_driver.clj
With this I can use this in project.clj
https://github.com/henrik42/buttle/blob/master/p
I haven't used lein-package but I am surprised it doesn't handle this case.
This issue I think describes a similar use case, perhaps it helps you?
https://github.com/pliant/lein-package/issues/9
`lein deploy` has a long form which accepts arbitrary filenames:
$ lein help deploy
Deploy jar
I'm doing this in shadow-cljs deploying a normal jar and one with aot. I'm
not exactly sure how you'd do that for an uberjar though.
https://github.com/thheller/shadow-cljs/blob/master/project.clj#L96-L103
On Thursday, March 28, 2019 at 7:05:39 PM UTC+1, henrik42 wrote:
>
> Hi,
>
> I have an ube
Hi,
I have an uberjar that I want to deploy to clojars. Part of
building the uberjar is building the "standard" lib-jar of the
same project.
Now I'd like to release/deploy both with the same group/artefactid to
clojars. The uberjar should get the :classifier "app".
So after that people could lei