mirror of https://github.com/apache/maven.git
o Adding ci management inhertiance.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163193 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8be0ceb7d2
commit
0fc31ef9a4
|
@ -159,6 +159,12 @@ public class DefaultModelInheritanceAssembler
|
|||
}
|
||||
}
|
||||
|
||||
// ciManagement
|
||||
if ( child.getCiManagement() == null )
|
||||
{
|
||||
child.setCiManagement( parent.getCiManagement() );
|
||||
}
|
||||
|
||||
// developers
|
||||
if ( child.getDevelopers().size() == 0 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue