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:
John Dennis Casey 2008-03-14 21:35:41 +00:00
parent 7c3fc6b47e
commit 78f361ecd4
1 changed files with 2 additions and 0 deletions

View File

@ -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