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:
Emmanuel Venisse 2004-08-18 07:28:10 +00:00
parent 36f1e02099
commit 97a37e6c2f
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ public class DefaultMavenProjectBuilder
previous = current;
}
if ( userModelFile != null )
if ( userModel != null )
{
modelInheritanceAssembler.assembleModelInheritance( userModel, previous );