mirror of https://github.com/apache/maven.git
Reversing fix for MNG-3827. This causes regression in MNG-3679.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@713525 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f870fa638d
commit
2881df1046
|
@ -184,9 +184,9 @@ public final class PomClassicTransformer
|
|||
ModelContainerAction action = dependencyContainer.containerAction( managementContainer );
|
||||
if ( action.equals( ModelContainerAction.JOIN ) || action.equals( ModelContainerAction.DELETE ) )
|
||||
{
|
||||
ModelContainer reverseSortedContainer = new ArtifactModelContainerFactory().create(
|
||||
ModelTransformerContext.sort(dependencyContainer.getProperties(), ProjectUri.Build.Plugins.Plugin.xUri) );
|
||||
source.join( reverseSortedContainer, managementContainer );
|
||||
// ModelContainer reverseSortedContainer = new ArtifactModelContainerFactory().create(
|
||||
// ModelTransformerContext.sort(dependencyContainer.getProperties(), ProjectUri.Build.Plugins.Plugin.xUri) );
|
||||
source.join( dependencyContainer, managementContainer );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue