mirror of https://github.com/apache/maven.git
Adding comment on MNG-3391 problems...this is from the other day, and I forgot I had it.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@637277 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7c3fc6b47e
commit
78f361ecd4
|
@ -778,6 +778,8 @@ public class DefaultMavenProjectBuilder
|
|||
// merge any duplicated plugin definitions together, using the first appearance as the dominant one.
|
||||
ModelUtils.mergeDuplicatePluginDefinitions( project.getModel().getBuild() );
|
||||
|
||||
// TODO: [jdcasey] This line appears to be part of the problem for MNG-3391...
|
||||
// the same line is in 2.0.x, so this is related to caching changes too...need to figure out how the two interact.
|
||||
mergeManagedDependencies(project.getModel(), localRepository, repositories);
|
||||
|
||||
try
|
||||
|
|
Loading…
Reference in New Issue