o use internal method, not the artifact resolver

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@749085 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-03-01 20:30:49 +00:00
parent 797e071685
commit da4e56cc80
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ public class LegacyMavenRepositorySystem
projectArtifact = artifactFactory.createProjectArtifact( artifact.getGroupId(), artifact.getArtifactId(), artifact.getVersion(), artifact.getScope() );
}
artifactResolver.resolve( projectArtifact, remoteArtifactRepositories, localRepository );
resolve( projectArtifact, localRepository, remoteArtifactRepositories );
File file = projectArtifact.getFile();
artifact.setFile( file );