added a default hint for easier hacking

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@757663 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Gusakov 2009-03-24 04:53:12 +00:00
parent 1f1ef561e5
commit c87fce65f9
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ import org.codehaus.plexus.util.StringUtils;
/**
* @author Jason van Zyl
*/
@Component(role = RepositorySystem.class)
@Component(role = RepositorySystem.class, hint = "default" )
public class LegacyRepositorySystem
implements RepositorySystem
{