[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:
Benjamin Bentmann 2009-03-05 21:49:55 +00:00
parent d4c2d94607
commit dc20a5cdcf
1 changed files with 1 additions and 1 deletions

View File

@ -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() );
}
}
}