org.apache.maven.repository.metadata
Interface MetadataSource
public interface MetadataSource
Provides some metadata operations, like querying the remote repository for a list of versions available for an
artifact.
- Author:
- Jason van Zyl
ROLE
static final String ROLE
retrieve
MetadataResolution retrieve(ArtifactMetadata artifact,
ArtifactRepository localRepository,
List<ArtifactRepository> remoteRepositories)
throws MetadataRetrievalException
- Throws:
MetadataRetrievalException
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.