You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thread an optional settings.xml path through to every Maven invocation
via -s, exposed as a --settings CLI option on smelt and melt and a
[common] settings key in pombast.toml (resolved relative to the config
file). This lets callers supply mirrors, credentials, or per-repository
update policies without editing their user-wide ~/.m2/settings.xml.
The motivating case is stale "cached failure" resolution: a settings.xml
setting updatePolicy to interval:120 shrinks the retry window from the
24h default to 2h, so a transiently-missing dependency self-heals on a
subsequent run without forcing a full -U re-resolution on every
component and without waiting a full 24 hours for the recheck.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments