utafrali opened a new pull request, #11923: URL: https://github.com/apache/maven/pull/11923
Profile-scoped properties weren't getting interpolated in repository URLs. The validator was checking for unresolved expressions before profile properties were injected, which caused it to reject valid property references. Added a skipExpressionValidation flag so profile repositories can skip the expression check since property injection happens later in the process. Regular repos and distribution management still validate strictly. Includes a test case and verified with mvn verify locally. -- 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]
