mirror of https://github.com/apache/maven.git
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:
parent
9b9df37a1c
commit
25be5d900a
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue