Uses of Class
org.apache.maven.model.Dependency
Packages that use Dependency
Package
Description
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
Uses of Dependency in org.apache.maven
Methods in org.apache.maven with parameters of type DependencyModifier and TypeMethodDescriptionstatic org.eclipse.aether.graph.Dependency
RepositoryUtils.toDependency
(Dependency dependency, org.eclipse.aether.artifact.ArtifactTypeRegistry stereotypes) -
Uses of Dependency in org.apache.maven.bridge
Methods in org.apache.maven.bridge with parameters of type Dependency -
Uses of Dependency in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal with parameters of type DependencyModifier and TypeMethodDescriptionprivate static Artifact
DefaultProjectArtifactFactory.createDependencyArtifact
(ArtifactFactory factory, Dependency dependency, String inheritedScope, ArtifactFilter inheritedFilter) private static ArtifactFilter
DefaultProjectArtifactFactory.createDependencyFilter
(Dependency dependency, ArtifactFilter inheritedFilter) Method parameters in org.apache.maven.lifecycle.internal with type arguments of type DependencyModifier and TypeMethodDescriptionDefaultProjectArtifactFactory.createArtifacts
(ArtifactFactory artifactFactory, List<Dependency> dependencies, String inheritedScope, ArtifactFilter dependencyFilter, MavenProject project) -
Uses of Dependency in org.apache.maven.lifecycle.mapping
Fields in org.apache.maven.lifecycle.mapping with type parameters of type DependencyMethods in org.apache.maven.lifecycle.mapping that return types with arguments of type DependencyMethod parameters in org.apache.maven.lifecycle.mapping with type arguments of type DependencyModifier and TypeMethodDescriptionvoid
LifecycleMojo.setDependencies
(List<Dependency> dependencies) -
Uses of Dependency in org.apache.maven.model
Methods in org.apache.maven.model that return DependencyMethods in org.apache.maven.model that return types with arguments of type DependencyModifier and TypeMethodDescriptionstatic List
<Dependency> Dependency.dependencyToApiV3
(List<Dependency> list) DependencyManagement.getDependencies()
ModelBase.getDependencies()
Plugin.getDependencies()
Methods in org.apache.maven.model with parameters of type DependencyModifier and TypeMethodDescriptionvoid
DependencyManagement.addDependency
(Dependency dependency) void
ModelBase.addDependency
(Dependency dependency) void
Plugin.addDependency
(Dependency dependency) void
DependencyManagement.removeDependency
(Dependency dependency) void
ModelBase.removeDependency
(Dependency dependency) void
Plugin.removeDependency
(Dependency dependency) Method parameters in org.apache.maven.model with type arguments of type DependencyModifier and TypeMethodDescriptionstatic List
<Dependency> Dependency.dependencyToApiV4
(List<Dependency> list) void
DependencyManagement.setDependencies
(List<Dependency> dependencies) void
ModelBase.setDependencies
(List<Dependency> dependencies) void
Plugin.setDependencies
(List<Dependency> dependencies) -
Uses of Dependency in org.apache.maven.model.building
Methods in org.apache.maven.model.building with parameters of type DependencyModifier and TypeMethodDescriptionprivate DependencyManagement
DefaultModelBuilder.doLoadDependencyManagement
(Model model, ModelBuildingRequest request, DefaultModelProblemCollector problems, Dependency dependency, String groupId, String artifactId, String version, Collection<String> importIds) Deprecated.private DependencyManagement
DefaultModelBuilder.loadDependencyManagement
(Model model, ModelBuildingRequest request, DefaultModelProblemCollector problems, Dependency dependency, Collection<String> importIds) Deprecated. -
Uses of Dependency in org.apache.maven.model.resolution
Methods in org.apache.maven.model.resolution with parameters of type DependencyModifier and TypeMethodDescriptionModelResolver.resolveModel
(Dependency dependency) Deprecated.Tries to resolve the POM for the specified dependency coordinates possibly updatingdependency
. -
Uses of Dependency in org.apache.maven.plugin
Method parameters in org.apache.maven.plugin with type arguments of type DependencyModifier and TypeMethodDescriptionprivate static boolean
CacheUtils.dependenciesEquals
(List<Dependency> a, List<Dependency> b) -
Uses of Dependency in org.apache.maven.project
Methods in org.apache.maven.project that return types with arguments of type DependencyModifier and TypeMethodDescriptionMavenProject.getCompileDependencies()
Deprecated.MavenProject.getDependencies()
MavenProject.getRuntimeDependencies()
Deprecated.MavenProject.getSystemDependencies()
Deprecated.MavenProject.getTestDependencies()
Deprecated.Methods in org.apache.maven.project with parameters of type DependencyMethod parameters in org.apache.maven.project with type arguments of type DependencyModifier and TypeMethodDescriptionvoid
MavenProject.setDependencies
(List<Dependency> dependencies) -
Uses of Dependency in org.apache.maven.project.artifact
Fields in org.apache.maven.project.artifact declared as DependencyMethods in org.apache.maven.project.artifact that return DependencyMethods in org.apache.maven.project.artifact that return types with arguments of type DependencyModifier and TypeMethodDescriptionArtifactWithDependencies.getDependencies()
PluginArtifact.getDependencies()
ProjectArtifact.getDependencies()
ArtifactWithDependencies.getManagedDependencies()
PluginArtifact.getManagedDependencies()
ProjectArtifact.getManagedDependencies()
Methods in org.apache.maven.project.artifact with parameters of type DependencyModifier and TypeMethodDescriptionprivate static Artifact
MavenMetadataSource.createDependencyArtifact
(ArtifactFactory factory, Dependency dependency, String inheritedScope, ArtifactFilter inheritedFilter) Deprecated.private Artifact
MavenMetadataSource.createDependencyArtifact
(Dependency dependency, Artifact owner, Artifact pom) Deprecated.private static ArtifactFilter
MavenMetadataSource.createDependencyFilter
(Dependency dependency, ArtifactFilter inheritedFilter) Deprecated.private static String
InvalidDependencyVersionException.formatLocationInPom
(Dependency dependency) Method parameters in org.apache.maven.project.artifact with type arguments of type DependencyModifier and TypeMethodDescriptionMavenMetadataSource.createArtifacts
(ArtifactFactory artifactFactory, List<Dependency> dependencies, String inheritedScope, ArtifactFilter dependencyFilter, MavenProject project) Deprecated.Constructors in org.apache.maven.project.artifact with parameters of type DependencyModifierConstructorDescriptionInvalidDependencyVersionException
(String projectId, Dependency dependency, File pomFile, InvalidVersionSpecificationException cause) -
Uses of Dependency in org.apache.maven.repository
Fields in org.apache.maven.repository declared as DependencyModifier and TypeFieldDescriptionprivate Dependency
VersionNotFoundException.dependency
Deprecated.Methods in org.apache.maven.repository that return DependencyMethods in org.apache.maven.repository with parameters of type DependencyModifier and TypeMethodDescriptionRepositorySystem.createDependencyArtifact
(Dependency dependency) Deprecated.private static String
VersionNotFoundException.formatLocationInPom
(Dependency dependency) Deprecated.Constructors in org.apache.maven.repository with parameters of type DependencyModifierConstructorDescriptionVersionNotFoundException
(String projectId, Dependency dependency, File pomFile, InvalidVersionSpecificationException cause) Deprecated. -
Uses of Dependency in org.apache.maven.repository.internal
Methods in org.apache.maven.repository.internal with parameters of type DependencyModifier and TypeMethodDescriptionprivate org.eclipse.aether.graph.Dependency
ArtifactDescriptorReaderDelegate.convert
(Dependency dependency, org.eclipse.aether.artifact.ArtifactTypeRegistry stereotypes) Deprecated.DefaultModelResolver.resolveModel
(Dependency dependency) Deprecated. -
Uses of Dependency in org.apache.maven.repository.legacy
Methods in org.apache.maven.repository.legacy with parameters of type DependencyModifier and TypeMethodDescriptionLegacyRepositorySystem.createDependencyArtifact
(Dependency d) Deprecated.