-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MNG-7604] Removal of pom.* interpolation makes some older plugins defunct #1137
[MNG-7604] Removal of pom.* interpolation makes some older plugins defunct #1137
Conversation
…funct This reverts commit b2a21f1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for creating this one. I had no idea how to solve it, but this seems like a nice approach.
This text in the PR body caught me off guard
This reverts commit b2a21f1.
If I understand correctly, this PR doesn't revert b2a21f1, but refines or enhances it by only performing the validation if it needs to.
Out of curiosity: how does Maven determine which validation level to apply?
maven-model-builder/src/main/java/org/apache/maven/model/building/ModelBuildingRequest.java
Outdated
Show resolved
Hide resolved
Right, my original idea was to do a two step thing ...
The default value is |
…ing/ModelBuildingRequest.java Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
Thanks for clarifying! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change affects only master (and the preceding "removal" of interpolation as well)?
3.9 is not affected afaik, https://issues.apache.org/jira/browse/MNG-7244 was only targeted at 4.x |
This reverts commit b2a21f1.
JIRA issue: https://issues.apache.org/jira/browse/MNG-7604