Package | Description |
---|---|
org.apache.maven.shared.transfer.artifact | |
org.apache.maven.shared.transfer.artifact.resolve | |
org.apache.maven.shared.transfer.repository |
Modifier and Type | Class and Description |
---|---|
class |
DefaultArtifactCoordinate
Common usage of an ArtifactCoordinate for a Mojo
|
Modifier and Type | Method and Description |
---|---|
static ArtifactCoordinate |
TransferUtils.toArtifactCoordinate(Artifact artifact) |
static ArtifactCoordinate |
TransferUtils.toArtifactCoordinate(org.apache.maven.model.Extension extension)
Special case: an extension is always of type
jar , so can be transformed to an ArtifactCoordinate. |
static ArtifactCoordinate |
TransferUtils.toArtifactCoordinate(org.apache.maven.model.Parent parent)
Special case: a parent is always of type
pom , so can be transformed to an ArtifactCoordinate. |
static ArtifactCoordinate |
TransferUtils.toArtifactCoordinate(org.apache.maven.model.Plugin plugin)
Special case: a plugin is always of type
jar , so can be transformed to an ArtifactCoordinate. |
static ArtifactCoordinate |
TransferUtils.toArtifactCoordinate(org.apache.maven.model.ReportPlugin plugin)
Special case: a reportPlugin is always of type
jar , so can be transformed to an ArtifactCoordinate. |
Modifier and Type | Method and Description |
---|---|
ArtifactResult |
ArtifactResolver.resolveArtifact(ProjectBuildingRequest buildingRequest,
ArtifactCoordinate coordinate) |
Modifier and Type | Method and Description |
---|---|
String |
RepositoryManager.getPathForLocalArtifact(ProjectBuildingRequest buildingRequest,
ArtifactCoordinate coordinate) |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.