Package | Description |
---|---|
org.apache.maven.artifact.metadata | |
org.apache.maven.project.artifact |
Modifier and Type | Method and Description |
---|---|
ResolutionGroup |
ArtifactMetadataSource.retrieve(Artifact artifact,
ArtifactRepository localRepository,
java.util.List remoteRepositories) |
java.util.List |
ArtifactMetadataSource.retrieveAvailableVersions(Artifact artifact,
ArtifactRepository localRepository,
java.util.List remoteRepositories)
Get a list of available versions for an artifact in the remote repository
|
Artifact |
ArtifactMetadataSource.retrieveRelocatedArtifact(Artifact artifact,
ArtifactRepository localRepository,
java.util.List remoteRepositories)
Resolve all relocations in the POM for this artifact, and return the new artifact coordinate.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List |
MavenMetadataSource.aggregateRepositoryLists(java.util.List remoteRepositories,
java.util.List remoteArtifactRepositories) |
ResolutionGroup |
MavenMetadataSource.retrieve(Artifact artifact,
ArtifactRepository localRepository,
java.util.List remoteRepositories)
Retrieve the metadata for the project from the repository.
|
java.util.List |
MavenMetadataSource.retrieveAvailableVersions(Artifact artifact,
ArtifactRepository localRepository,
java.util.List remoteRepositories) |
Artifact |
MavenMetadataSource.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.ProjectRelocation |
MavenMetadataSource.retrieveRelocatedProject(Artifact artifact,
ArtifactRepository localRepository,
java.util.List remoteRepositories) |