code comment

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1299624 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-03-12 11:01:57 +00:00
parent d4b081c74d
commit b91790c532
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ public class RepositoryModelResolver
if ( !model.exists() )
{
// is a SNAPSHOT ?
// is a SNAPSHOT ? so we can try to find locally before asking remote repositories.
if ( StringUtils.contains( version, "SNAPSHOT" ) )
{
File localSnapshotModel = findTimeStampedSnapshotPom( groupId, artifactId, version, model.getParent() );