[MNG-7055] Fix G level metadata handling in 3.9.x#691
Merged
cstamas merged 4 commits intomaven-3.9.xfrom Apr 22, 2022
Merged
Conversation
Maven Artifact Transfer silently prevents group level metadata to reach Resolver and causes metadata loss on install/deploy. Fix is to "bridge" this from maven-resolver-provider (and core) by reusing the actual metadata that m-plugin-p:addPluginArtifactMetadata mojo adds, but m-a-t filters out. This is backport of commit d141957 to maven-3.9.x branch.
Member
Author
|
Was too eager, maybe lifecycle mappings should not be changed? |
Member
Author
|
Why is CI building Java7? |
Member
|
Because I have forked 3.8.x which still had Java 7. |
Member
Author
|
CI is still crap, one IT failed (unrelated), and even that failed as it could run |
Member
Author
|
Verified locally the PR, all ok. @michael-o or @gnodet please review |
michael-o
approved these changes
Apr 14, 2022
Member
michael-o
left a comment
There was a problem hiding this comment.
If there is an accompanying IT, please make sure that the required Maven version is altered also.
Closed
|
Resolve #7983 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maven Artifact Transfer silently prevents group level metadata to reach Resolver and causes metadata loss on install/deploy.
Fix is to "bridge" this from maven-resolver-provider (and core) by reusing the actual metadata that
m-plugin-p:addPluginArtifactMetadata mojo adds, but m-a-t filters out.
This is backport of commit d141957 from master to maven-3.9.x branch.