leiningen

jmv 2022-03-22T22:39:58.030309Z

is it possible to create a private leiningen template for internal use at a company? would i need to add a private maven repo to the user profiles.clj to make discovery work?

2022-03-24T21:34:13.709909Z

that's exactly how I'd do it - do note there are plugins to eg. treat an s3 bucket as a maven repo

jmv 2022-03-24T22:54:52.099379Z

perfect, thanks!