Uses of Class
org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException
Packages that use ArtifactMetadataRetrievalException
-
Uses of ArtifactMetadataRetrievalException in org.apache.maven.artifact.metadata
Methods in org.apache.maven.artifact.metadata that throw ArtifactMetadataRetrievalExceptionModifier and TypeMethodDescriptionArtifactMetadataSource.retrieve
(Artifact artifact, ArtifactRepository localRepository, List remoteRepositories) ArtifactMetadataSource.retrieveAvailableVersions
(Artifact artifact, ArtifactRepository localRepository, List remoteRepositories) Get a list of available versions for an artifact in the remote repositoryArtifactMetadataSource.retrieveRelocatedArtifact
(Artifact artifact, ArtifactRepository localRepository, List remoteRepositories) Resolve all relocations in the POM for this artifact, and return the new artifact coordinate. -
Uses of ArtifactMetadataRetrievalException in org.apache.maven.project.artifact
Methods in org.apache.maven.project.artifact that throw ArtifactMetadataRetrievalExceptionModifier and TypeMethodDescriptionprivate List
MavenMetadataSource.aggregateRepositoryLists
(List remoteRepositories, List remoteArtifactRepositories) MavenMetadataSource.retrieve
(Artifact artifact, ArtifactRepository localRepository, List remoteRepositories) Retrieve the metadata for the project from the repository.MavenMetadataSource.retrieveAvailableVersions
(Artifact artifact, ArtifactRepository localRepository, List remoteRepositories) MavenMetadataSource.retrieveRelocatedArtifact
(Artifact artifact, ArtifactRepository localRepository, List remoteRepositories) Resolve all relocations in the POM for this artifact, and return the new artifact coordinate.MavenMetadataSource.retrieveRelocatedProject
(Artifact artifact, ArtifactRepository localRepository, List remoteRepositories)