Max Allan <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]