use the correct role hint

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@513881 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Williams 2007-03-02 18:41:39 +00:00
parent cd8c1d61a2
commit cf8cb43998
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ public class DefaultMavenProjectBuilder
{ {
try try
{ {
artifactMetadataSource = (ArtifactMetadataSource) container.lookup( ArtifactMetadataSource.ROLE ); artifactMetadataSource = (ArtifactMetadataSource) container.lookup( ArtifactMetadataSource.ROLE, "maven" );
} }
catch ( ComponentLookupException e ) catch ( ComponentLookupException e )
{ {