leiningen

2021-12-02T09:33:54.035900Z

Is anyone aware of a way to pass arguments to the mvn command? I'm looking to pass -.apache.maven.wagon.providers.http.httpclient.wire=trace to debug a deployment issue/

2021-12-02T09:36:16.036Z

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 🙂