mirror of https://github.com/apache/maven.git
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:
parent
1f1ef561e5
commit
c87fce65f9
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue