mirror of https://github.com/apache/maven.git
Search remote repositories for managed dependency pom
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@630401 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
22817a2444
commit
c538113326
|
@ -742,7 +742,7 @@ public class DefaultMavenProjectBuilder
|
|||
// merge any duplicated plugin definitions together, using the first appearance as the dominant one.
|
||||
ModelUtils.mergeDuplicatePluginDefinitions( project.getModel().getBuild() );
|
||||
|
||||
mergeManagedDependencies(project.getModel(), localRepository, parentSearchRepositories);
|
||||
mergeManagedDependencies(project.getModel(), localRepository, repositories);
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue