Uses of Class
org.apache.maven.repository.legacy.metadata.ArtifactMetadataRetrievalException
-
Uses of ArtifactMetadataRetrievalException in org.apache.maven.artifact.metadata
-
Uses of ArtifactMetadataRetrievalException in org.apache.maven.repository.legacy.metadata
Modifier and TypeMethodDescriptionArtifactMetadataSource.retrieve
(Artifact artifact, ArtifactRepository localRepository, List<ArtifactRepository> remoteRepositories) ArtifactMetadataSource.retrieve
(MetadataResolutionRequest request) ArtifactMetadataSource.retrieveAvailableVersions
(Artifact artifact, ArtifactRepository localRepository, List<ArtifactRepository> remoteRepositories) Get a list of available versions for an artifact in the remote repositoryArtifactMetadataSource.retrieveAvailableVersionsFromDeploymentRepository
(Artifact artifact, ArtifactRepository localRepository, ArtifactRepository remoteRepository) Get a list of available versions for an artifact in the remote deployment repository.