mirror of https://github.com/apache/archiva.git
code comment
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1299624 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d4b081c74d
commit
b91790c532
|
@ -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() );
|
||||
|
|
Loading…
Reference in New Issue