mirror of
https://github.com/apache/maven.git
synced 2025-03-01 06:09:24 +00:00
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 MavenProject build( File projectDescriptor, ArtifactRepository localRepos
|
||||
previous = current;
|
||||
}
|
||||
|
||||
if ( userModelFile != null )
|
||||
if ( userModel != null )
|
||||
{
|
||||
modelInheritanceAssembler.assembleModelInheritance( userModel, previous );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user