Is anyone aware of a way to pass arguments to the mvn command? I'm looking to pass - to debug a deployment issue/
I tried LEIN_JVM_OPTS and JVM_OPTS already.
Passing the argument to mvn (i.e. mvn deploy -D[...] ) worked fine, but it's be good to know how to do this with lein 🙂