Fork me on GitHub
#leiningen
<
2016-02-08
>
rickmoynihan15:02:29

hey - does anyone know how to get lein uberjar to pick up :repositories data from ~/.lein/profiles.clj - It seems that leiningen doesn't merge that profile properly

rickmoynihan15:02:56

I've had this before and think it might be another instance of this ticket: https://github.com/technomancy/leiningen/issues/1833

rickmoynihan15:02:05

if I put my repositories config in project.clj it works - but if I move it into ~/.lein/profiles.clj it doesnt.... I need a slightly different setting on my CI server to a user though

rickmoynihan15:02:14

so I can't use project.clj

rickmoynihan15:02:38

it looks like the uberjar task never loads ~/.lein/profiles.clj

hypirion19:02:27

@rickmoynihan: Hmm, what does the .lein/profiles.clj look like? Random guess: It may be that the profile you defined the :repositories entry in also defined in project.clj