make sure locally installed snapshots are recognised

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@280078 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-09-11 05:10:07 +00:00
parent e2336ea5a4
commit c585793b40
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ public class SnapshotArtifactRepositoryMetadata
public SnapshotArtifactRepositoryMetadata( Artifact artifact )
{
this.artifact = artifact;
this.snapshot = new Snapshot();
}
public SnapshotArtifactRepositoryMetadata( Artifact artifact, Snapshot snapshot )