It looks like the set of profiles used in dependency calculation hard-codes the profile being used:
|
(let [profiles (if-not (:dev options) |
|
[:user] |
|
[:user :dev]) |
It would be useful if consumers could supply profiles, either via the usual lein with-profiles foo <command> syntax or through a command line argument.
Happy to submit a PR.