mirror of https://github.com/apache/maven.git
Fix userModel loading.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162990 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
36f1e02099
commit
97a37e6c2f
|
@ -137,7 +137,7 @@ public class DefaultMavenProjectBuilder
|
|||
previous = current;
|
||||
}
|
||||
|
||||
if ( userModelFile != null )
|
||||
if ( userModel != null )
|
||||
{
|
||||
modelInheritanceAssembler.assembleModelInheritance( userModel, previous );
|
||||
|
||||
|
|
Loading…
Reference in New Issue