Uses of Class
org.apache.maven.repository.legacy.metadata.ArtifactMetadataRetrievalException
-
Packages that use ArtifactMetadataRetrievalException Package Description org.apache.maven.artifact.metadata org.apache.maven.repository.legacy.metadata -
-
Uses of ArtifactMetadataRetrievalException in org.apache.maven.artifact.metadata
Subclasses of ArtifactMetadataRetrievalException in org.apache.maven.artifact.metadata Modifier and Type Class Description class
ArtifactMetadataRetrievalException
Deprecated. -
Uses of ArtifactMetadataRetrievalException in org.apache.maven.repository.legacy.metadata
Methods in org.apache.maven.repository.legacy.metadata that throw ArtifactMetadataRetrievalException Modifier and Type Method Description ResolutionGroup
ArtifactMetadataSource. retrieve(Artifact artifact, ArtifactRepository localRepository, java.util.List<ArtifactRepository> remoteRepositories)
ResolutionGroup
ArtifactMetadataSource. retrieve(MetadataResolutionRequest request)
java.util.List<ArtifactVersion>
ArtifactMetadataSource. retrieveAvailableVersions(Artifact artifact, ArtifactRepository localRepository, java.util.List<ArtifactRepository> remoteRepositories)
Get a list of available versions for an artifact in the remote repositoryjava.util.List<ArtifactVersion>
ArtifactMetadataSource. retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact, ArtifactRepository localRepository, ArtifactRepository remoteRepository)
Get a list of available versions for an artifact in the remote deployment repository.
-