Re: apache-source-release-assembly-descriptor does not retain correctly file permissions

2021-06-15 Thread Hervé BOUTEMY
if you need to have consistent executable flags, you need to avoid getting it from filesystem, because it is dependent on OS and user configuration that's why for example, on such requirements in Maven (core), we use a dedicated assembly descriptor instead of the generic one [1] HTH Hervé [1]

Re: Where is an exact syntax reference for the "nonProxyHosts" property?

2021-06-15 Thread Benjamin Marwell
Can be found in the repository guide: https://maven.apache.org/guides/mini/guide-proxies.html And in the settings reference: https://maven.apache.org/settings.html It is referenced in the configuration guide as link: https://maven.apache.org/settings.html In case I missed a reference, PRs are we

RE: Where is an exact syntax reference for the "nonProxyHosts" property?

2021-06-15 Thread KARR, DAVID
> -Original Message- > From: KARR, DAVID > Sent: Tuesday, June 15, 2021 8:02 AM > To: Maven Users List > Subject: Where is an exact syntax reference for the "nonProxyHosts" > property? > > I have been trying to find a fully complete specification for the syntax > of the "nonProxyHosts" p

Where is an exact syntax reference for the "nonProxyHosts" property?

2021-06-15 Thread KARR, DAVID
I have been trying to find a fully complete specification for the syntax of the "nonProxyHosts" property in the settings.xml file. Every statement I've found, even in Maven documentation, is vague and incomplete. Is this fully documented somewhere?