mirror of https://github.com/apache/maven.git
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:
parent
779e7867f4
commit
750d4f8768
|
@ -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() );
|
||||
|
|
Loading…
Reference in New Issue