cstamas commented on PR #12742: URL: https://github.com/apache/maven/pull/12742#issuecomment-5271026289
Also, AI is wrong in "Would break existing projects", this is false. Maven for _dependencies_ uses MIN validation, where this branch does not kick in at all. For projects it uses STRICT/MAX validation, and yes, the goal is to fail projects. What is released (and is used as dependency) will work, but 3.10 will prevent new, broken in this respect (invalid value in built project POM parent relativePath) to be built and deployed. User will need to fix it. -- 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]
