mirror of https://github.com/apache/maven.git
fix bad merge
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163856 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f8ba3a48d1
commit
3ec681401c
|
@ -226,7 +226,7 @@ public class DefaultMavenProjectBuilder
|
|||
Model cachedModel = (Model) modelCache.get( key );
|
||||
if ( cachedModel == null )
|
||||
{
|
||||
modelCache.put( cacheKey, model );
|
||||
modelCache.put( key, model );
|
||||
}
|
||||
|
||||
model = modelInterpolator.interpolate( model );
|
||||
|
|
Loading…
Reference in New Issue