Fork me on GitHub
#leiningen
<
2020-10-20
>
Charlie Briggs13:10:47

Is there any way of pulling in a list of :exclusions from a library in a project.clj, or would the only way to do this be to also write a plugin which either exposes a profile or rewrites the project map?

Charlie Briggs13:10:20

the use case is to have a shared logging library, similar to https://github.com/stuartsierra/log.dev#javautillogging, which adds the necessary library boilerplate to route everything to logback, but also manages the exclusions correctly