Uses of Class
org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException
-
Packages that use ArtifactMetadataRetrievalException Package Description org.apache.maven.artifact.metadata org.apache.maven.project.artifact -
-
Uses of ArtifactMetadataRetrievalException in org.apache.maven.artifact.metadata
Methods in org.apache.maven.artifact.metadata that throw ArtifactMetadataRetrievalException Modifier and Type Method Description ResolutionGroupArtifactMetadataSource. retrieve(Artifact artifact, ArtifactRepository localRepository, java.util.List remoteRepositories)java.util.ListArtifactMetadataSource. retrieveAvailableVersions(Artifact artifact, ArtifactRepository localRepository, java.util.List remoteRepositories)Get a list of available versions for an artifact in the remote repositoryArtifactArtifactMetadataSource. retrieveRelocatedArtifact(Artifact artifact, ArtifactRepository localRepository, java.util.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 ArtifactMetadataRetrievalException Modifier and Type Method Description private java.util.ListMavenMetadataSource. aggregateRepositoryLists(java.util.List remoteRepositories, java.util.List remoteArtifactRepositories)ResolutionGroupMavenMetadataSource. retrieve(Artifact artifact, ArtifactRepository localRepository, java.util.List remoteRepositories)Retrieve the metadata for the project from the repository.java.util.ListMavenMetadataSource. retrieveAvailableVersions(Artifact artifact, ArtifactRepository localRepository, java.util.List remoteRepositories)ArtifactMavenMetadataSource. retrieveRelocatedArtifact(Artifact artifact, ArtifactRepository localRepository, java.util.List remoteRepositories)Resolve all relocations in the POM for this artifact, and return the new artifact coordinate.private MavenMetadataSource.ProjectRelocationMavenMetadataSource. retrieveRelocatedProject(Artifact artifact, ArtifactRepository localRepository, java.util.List remoteRepositories)
-