restore code accidentally committed previously

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312888 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-11 14:06:43 +00:00
parent 779e7867f4
commit 750d4f8768
1 changed files with 5 additions and 0 deletions

View File

@ -93,6 +93,11 @@ public class DefaultRepositoryMetadataManager
{
file.setLastModified( System.currentTimeMillis() );
}
else
{
// this ensures that files are not continuously checked when they don't exist remotely
metadata.storeInLocalRepository( localRepository, repository );
}
}
}
cachedMetadata.add( metadata.getKey() );