mirror of https://github.com/apache/maven.git
[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 class DefaultMirrorBuilder
|
|||
|
||||
// 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…
Reference in New Issue