PR: MNG-226

make sure to merge in extension field (eg pluginManagement)

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@225530 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-07-27 14:46:54 +00:00
parent eedd050414
commit 24e9ecf4a0
1 changed files with 5 additions and 0 deletions

View File

@ -104,6 +104,11 @@ public final class ModelUtils
return;
}
if ( parent.isExtensions() )
{
child.setExtensions( true );
}
if ( child.getVersion() == null && parent.getVersion() != null )
{
child.setVersion( parent.getVersion() );