mirror of https://github.com/apache/maven.git
don't add artifact id to the inherited repository path, duh!
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@169962 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7ed8a746d3
commit
1dc528bba1
|
@ -468,11 +468,6 @@ public class DefaultModelInheritanceAssembler
|
|||
repository.setName( parentDistMgmt.getRepository().getName() );
|
||||
|
||||
repository.setUrl( parentDistMgmt.getRepository().getUrl() );
|
||||
|
||||
if ( repository.getUrl() != null && repository.getUrl().endsWith( "/" ) )
|
||||
{
|
||||
repository.setUrl( repository.getUrl() + child.getArtifactId() + "/" );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue