Re: Proxy and Aether resolver configuration guide

2024-08-28 Thread Timothy Stone
Tangentially related: Is there a CLI method of activating a proxy by id, i.e., similar to `-P|--activate-profiles` in a POM? Thanks! Tim On 8/28/24 8:04 AM, Timothy Stone wrote: On 8/28/24 5:42 AM, Tamás Cservenák wrote: Howdy, the "documented ways" are assumed to be as you say: settings.x

Re: Proxy and Aether resolver configuration guide

2024-08-28 Thread Timothy Stone
On 8/28/24 5:42 AM, Tamás Cservenák wrote: Howdy, the "documented ways" are assumed to be as you say: settings.xml https://maven.apache.org/settings.html The properties are not recommended as that assumes per JVM configuration and may cause issues like unexpected behaviour (the message is sim

Re: Proxy and Aether resolver configuration guide

2024-08-28 Thread Tamás Cservenák
Howdy, the "documented ways" are assumed to be as you say: settings.xml https://maven.apache.org/settings.html The properties are not recommended as that assumes per JVM configuration and may cause issues like unexpected behaviour (the message is simply "be explicit in settings.xml instead...").