Modifier and Type | Method and Description |
---|---|
static org.eclipse.aether.graph.Dependency |
RepositoryUtils.toDependency(Dependency dependency,
org.eclipse.aether.artifact.ArtifactTypeRegistry stereotypes) |
Modifier and Type | Method and Description |
---|---|
Artifact |
MavenRepositorySystem.createDependencyArtifact(Dependency d) |
Modifier and Type | Method and Description |
---|---|
List<Dependency> |
LifecycleMojo.getDependencies() |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleMojo.setDependencies(List<Dependency> dependencies) |
Modifier and Type | Method and Description |
---|---|
Dependency |
Dependency.clone() |
Modifier and Type | Method and Description |
---|---|
static List<Dependency> |
Dependency.dependencyToApiV3(List<Dependency> list) |
List<Dependency> |
ModelBase.getDependencies() |
List<Dependency> |
DependencyManagement.getDependencies() |
List<Dependency> |
Plugin.getDependencies() |
Modifier and Type | Method and Description |
---|---|
void |
ModelBase.addDependency(Dependency dependency) |
void |
DependencyManagement.addDependency(Dependency dependency) |
void |
Plugin.addDependency(Dependency dependency) |
void |
ModelBase.removeDependency(Dependency dependency) |
void |
DependencyManagement.removeDependency(Dependency dependency) |
void |
Plugin.removeDependency(Dependency dependency) |
Modifier and Type | Method and Description |
---|---|
static List<Dependency> |
Dependency.dependencyToApiV4(List<Dependency> list) |
void |
ModelBase.setDependencies(List<Dependency> dependencies) |
void |
DependencyManagement.setDependencies(List<Dependency> dependencies) |
void |
Plugin.setDependencies(List<Dependency> dependencies) |
Modifier and Type | Method and Description |
---|---|
ModelSource |
ModelResolver.resolveModel(Dependency dependency)
Tries to resolve the POM for the specified dependency coordinates possibly updating
dependency . |
Modifier and Type | Method and Description |
---|---|
List<Dependency> |
MavenProject.getCompileDependencies()
Deprecated.
|
List<Dependency> |
MavenProject.getDependencies() |
List<Dependency> |
MavenProject.getRuntimeDependencies()
Deprecated.
|
List<Dependency> |
MavenProject.getSystemDependencies()
Deprecated.
|
List<Dependency> |
MavenProject.getTestDependencies()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ModelSource |
ProjectModelResolver.resolveModel(Dependency dependency) |
Modifier and Type | Method and Description |
---|---|
void |
MavenProject.setDependencies(List<Dependency> dependencies) |
Modifier and Type | Method and Description |
---|---|
Dependency |
InvalidDependencyVersionException.getDependency() |
Modifier and Type | Method and Description |
---|---|
List<Dependency> |
PluginArtifact.getDependencies() |
List<Dependency> |
ArtifactWithDependencies.getDependencies() |
List<Dependency> |
ProjectArtifact.getDependencies() |
List<Dependency> |
PluginArtifact.getManagedDependencies() |
List<Dependency> |
ArtifactWithDependencies.getManagedDependencies() |
List<Dependency> |
ProjectArtifact.getManagedDependencies() |
Modifier and Type | Method and Description |
---|---|
static Set<Artifact> |
MavenMetadataSource.createArtifacts(ArtifactFactory artifactFactory,
List<Dependency> dependencies,
String inheritedScope,
ArtifactFilter dependencyFilter,
MavenProject project)
Deprecated.
|
Constructor and Description |
---|
InvalidDependencyVersionException(String projectId,
Dependency dependency,
File pomFile,
InvalidVersionSpecificationException cause) |
Modifier and Type | Method and Description |
---|---|
Dependency |
VersionNotFoundException.getDependency() |
Modifier and Type | Method and Description |
---|---|
Artifact |
RepositorySystem.createDependencyArtifact(Dependency dependency) |
Constructor and Description |
---|
VersionNotFoundException(String projectId,
Dependency dependency,
File pomFile,
InvalidVersionSpecificationException cause) |
Modifier and Type | Method and Description |
---|---|
Artifact |
LegacyRepositorySystem.createDependencyArtifact(Dependency d) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.