Right now, when I run lein, it has a tendency to:
(1) kill lib/* then (2) reinstall/download various libraries to lib/
Now, this is a problem as I tend to copy *.jars that I need into lib/, but then lein removes them.
Question: Is there a way that lein and I can come to an understanding where either (1) lein does not kill stuff in lib/* or (2) lein knows of another directory to search for *.jars
Thanks!