[MNG-4347] Set the profiles on reecursive dependencyManagement imports#158
Closed
clarkperkins wants to merge 1 commit intoapache:masterfrom
Closed
Conversation
Author
|
I just found this issue in jira, added the ticket number |
Author
|
Looks like there's a better solution out there for this, I'm going to close this. |
pzygielo
pushed a commit
to pzygielo/maven
that referenced
this pull request
Jan 4, 2023
gnodet
pushed a commit
to gnodet/maven
that referenced
this pull request
Nov 20, 2024
…apache#158) An IT for Maven 3.9+ that "exercise" both resolver transport: wagon and native (so we have 2 tests both forcing transport with `-Dmaven.resolver.transport` one wagon (which is default, but setting is there to be explicit) and once native. It builds a project that needs a plugin (to pull it will use set transport), and that plugin will use resolver as well to resolve set artifact. If any of these fails, maven project fails. Related fix: apache#732 (jn maven-3.9.x and master)
|
Resolve #5813 |
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.
When a set of default repositories are specified via a profile in the global settings.xml, recursive dependencyManagement imports cannot be resolved from repositories in the profiles, since the profiles are not currently passed along to the ModelBuildingRequest used for resolving recursive imports. This adds the profile to that ModelBuildingRequest.