mirror of https://github.com/apache/maven.git
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:
parent
eedd050414
commit
24e9ecf4a0
|
@ -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() );
|
||||
|
|
Loading…
Reference in New Issue