Fork me on GitHub
#leiningen
<
2015-10-06
>
rickmoynihan11:10:38

@ska: we've had problems with this too... but adding them into ~/.lein/profiles.clj :user mostly works for basic things... but it depends on what tasks you're running

ska11:10:05

@rickmoynihan: which profile do you add them to? For us, the user profile didn't work. (Actually, it was a colleague of mine; didn't test it myself, yet)

rickmoynihan11:10:36

what are you doing? lein repl? lein deps?

ska11:10:02

lein uberjar actually

rickmoynihan13:10:49

@ska: ok...annoyingly - I don't think uberjar includes the :user profile - presumably for good reasons - because it doesn't want to contaminate your classpath with development time dependencies... You could try putting your repositories in a different profile... e.g. a :deployer profile - and using lein with profile deployer uberjar and see if that works for you

ska14:10:48

ah, with-profiles, yes, that is an idea that we have not yet elaborated. We managed to get it up working in the meantime. but there are still some repos in the project.clj.