mirror of https://github.com/apache/maven.git
parent
5670dfa909
commit
f620bb714d
|
@ -54,7 +54,6 @@ import org.codehaus.plexus.util.xml.Xpp3Dom;
|
|||
public class DefaultModelInheritanceAssembler
|
||||
implements ModelInheritanceAssembler
|
||||
{
|
||||
// TODO Remove this!
|
||||
public void assembleBuildInheritance( Build childBuild, Build parentBuild, boolean handleAsInheritance )
|
||||
{
|
||||
// The build has been set but we want to step in here and fill in
|
||||
|
@ -305,7 +304,6 @@ public class DefaultModelInheritanceAssembler
|
|||
child.setProperties( props );
|
||||
}
|
||||
|
||||
// TODO Remove this!
|
||||
private void assembleDependencyManagementInheritance( Model child, Model parent )
|
||||
{
|
||||
DependencyManagement parentDepMgmt = parent.getDependencyManagement();
|
||||
|
@ -524,7 +522,6 @@ public class DefaultModelInheritanceAssembler
|
|||
|
||||
}
|
||||
|
||||
// TODO Remove this!
|
||||
private void assembleDependencyInheritance( Model child, Model parent )
|
||||
{
|
||||
Map<String, Dependency> depsMap = new LinkedHashMap<>();
|
||||
|
|
Loading…
Reference in New Issue