cstamas opened a new pull request, #11776: URL: https://github.com/apache/maven/pull/11776
Problem: today in none of Maven 3 is possible to use placeholders and apply interpolation to non-String fields (ie proxy.active or proxy.port). Moreover, given Maven is "forgiving" in settings parsing, and only WARNs, it is very easy for user to miss information. This PR: * fixes interpolation whole settings * allows users to apply "strict" settings parsing that makes Maven FAIL if settings was not properly parsed or interpolated by setting `-Dmaven.settings.strictParsing` in user or system properties. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
