Welcome! Please see the About page for a little more info on how this works.

+5 votes
in Tools by
recategorized by

Having to set local repos a top level attribute or via the command line results in pretty messy CI scripts where every call to clojure needs the added options of -Sdeps '{:mvn/local-repo "..."}'.
This is both noisy and fragile. Moreover, with most CI systems being configured in yml, this can result in a mess of quotes.
It would be preferable to have a :ci alias where mvn/local-rep and GITLIBS could be overwritten.

Thanks
Ben

1 Answer

0 votes
by
asked Nov 8, 2022 in Tools by
reshown Nov 8, 2022 by
Support `:mvn/repos` inside an alias
...