mirror of
https://github.com/apache/maven.git
synced 2025-02-21 17:40:48 +00:00
[MNG-4068] [regression] Use proper id for mirrored repository
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@750613 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d4c2d94607
commit
dc20a5cdcf
@ -105,7 +105,7 @@ public List<ArtifactRepository> getMirrors( List<ArtifactRepository> remoteRepos
|
||||
|
||||
// I would like a mirrored repository to be visually different but we'll put another field
|
||||
// in the repository as changing the ID hoses up authentication.
|
||||
//repository.setId( repository.getId() + "-" + mirror.getId() );
|
||||
repository.setId( mirror.getId() );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user