GitHub user clarkperkins opened a pull request:
https://github.com/apache/maven/pull/158
Set the profiles on reecursive dependencyManagement imports
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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clarkperkins/maven
bugfix/recursive-dependency-management-imports
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven/pull/158.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #158
----
commit e0789426b19cff71bdfc7a1ba3b40067e87a6967
Author: Clark Perkins <clark.perkins@...>
Date: 2018-02-16T05:59:13Z
Set the profiles on reecursive dependencyManagement imports
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]