| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultArtifactCoordinate |
Common usage of an ArtifactCoordinate for a Mojo
|
| Modifier and Type | Method | Description |
|---|---|---|
static ArtifactCoordinate |
TransferUtils.toArtifactCoordinate(org.apache.maven.artifact.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 | Description |
|---|---|---|
ArtifactResult |
ArtifactResolver.resolveArtifact(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
ArtifactCoordinate coordinate) |
| Modifier and Type | Method | Description |
|---|---|---|
ArtifactResult |
DefaultArtifactResolver.resolveArtifact(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
ArtifactCoordinate coordinate) |
|
ArtifactResult |
Maven31ArtifactResolver.resolveArtifact(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
ArtifactCoordinate coordinate) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
RepositoryManager.getPathForLocalArtifact(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
ArtifactCoordinate coordinate) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
DefaultRepositoryManager.getPathForLocalArtifact(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
ArtifactCoordinate coor) |
|
java.lang.String |
Maven31RepositoryManager.getPathForLocalArtifact(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
ArtifactCoordinate coordinate) |
|
protected org.eclipse.aether.artifact.Artifact |
Maven31RepositoryManager.toArtifact(ArtifactCoordinate coordinate) |