// Check for the existence of the artifact in the specified local
// ArtifactRepository. If it is present then simply return as the
// request for resolution has been satisfied.
// ----------------------------------------------------------------------
artifact = localRepository.find( artifact );
if ( artifact.isResolved() )
{
return;
}