mirror of https://github.com/apache/maven.git
[MNG-1412] keep dependencies order when injecting profile
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@601096 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
103a85a02b
commit
3488401f83
|
@ -592,7 +592,7 @@ public class DefaultProfileInjector
|
|||
|
||||
private void injectDependencies( Profile profile, Model model )
|
||||
{
|
||||
Map depsMap = new HashMap();
|
||||
Map depsMap = new LinkedHashMap();
|
||||
|
||||
List deps = model.getDependencies();
|
||||
|
||||
|
|
Loading…
Reference in New Issue