Modifier and Type | Method and Description |
---|---|
CollectResult |
DependencyCollector.collectDependencies(ProjectBuildingRequest buildingRequest,
DependableCoordinate root)
Collects the transitive dependencies of some artifacts and builds a dependency graph.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDependableCoordinate
Common usage of an DependableCoordinate for a Mojo
|
Modifier and Type | Method and Description |
---|---|
static DependableCoordinate |
TransferUtils.toDependableCoordinate(org.apache.maven.model.Dependency dependency) |
static DependableCoordinate |
TransferUtils.toDependableCoordinate(org.apache.maven.model.Extension extension) |
static DependableCoordinate |
TransferUtils.toDependableCoordinate(org.apache.maven.model.Model model) |
static DependableCoordinate |
TransferUtils.toDependableCoordinate(org.apache.maven.model.Parent parent) |
static DependableCoordinate |
TransferUtils.toDependableCoordinate(org.apache.maven.model.Plugin plugin) |
static DependableCoordinate |
TransferUtils.toDependableCoordinate(org.apache.maven.model.ReportPlugin plugin)
Convert
plugin coordinates to DependableCoordinate . |
Modifier and Type | Method and Description |
---|---|
CollectorResult |
DependencyCollector.collectDependencies(ProjectBuildingRequest buildingRequest,
DependableCoordinate root) |
Modifier and Type | Method and Description |
---|---|
Iterable<ArtifactResult> |
DependencyResolver.resolveDependencies(ProjectBuildingRequest buildingRequest,
DependableCoordinate coordinate,
TransformableFilter filter)
This will resolve the dependencies of the coordinate, not resolving the the artifact of the coordinate itself.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.