mirror of https://github.com/apache/maven.git
[MNG-5149] DefaultArtifactRepositoryFactory.createArtifactRepository overload w/ layoutId passes wrong (repo) id
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1154138 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d72645dcbe
commit
0721322d4e
|
@ -73,7 +73,7 @@ public class DefaultArtifactRepositoryFactory
|
|||
ArtifactRepositoryPolicy releases )
|
||||
throws UnknownRepositoryLayoutException
|
||||
{
|
||||
return injectSession( factory.createArtifactRepository( layoutId, url, layoutId, snapshots, releases ), true );
|
||||
return injectSession( factory.createArtifactRepository( id, url, layoutId, snapshots, releases ), true );
|
||||
}
|
||||
|
||||
public ArtifactRepository createArtifactRepository( String id, String url,
|
||||
|
|
Loading…
Reference in New Issue