don't inherit name

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163533 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-03-11 23:51:00 +00:00
parent 9b9df37a1c
commit 25be5d900a
1 changed files with 0 additions and 6 deletions

View File

@ -63,12 +63,6 @@ public class DefaultModelInheritanceAssembler
child.setArtifactId( parent.getArtifactId() );
}
// name
if ( child.getName() == null )
{
child.setName( parent.getName() );
}
// currentVersion
if ( child.getVersion() == null )
{