Max Allan <maxa+ma...@surevine.com> wrote:

> I cannot easily set the values in a settings.xml or elsewhere because the
> proxy host is always different for each build and the proxy settings are
> only needed in CICD, so adding them to settings would break local developer
> builds.

You could have a CI-specific settings file in your project and provide that to 
Maven only in your CI pipeline like this:

    $MAVEN --settings=.mvn/settings-ci.xml

Nils.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to