Fork me on GitHub
#leiningen
<
2021-12-02
>
thumbnail09:12:54

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/

thumbnail09:12:16

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 🙂