Uses of Class
org.apache.maven.model.Dependency
Packages that use Dependency
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
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.mapping
Methods 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 TypeMethodDescriptionDependencyManagement.getDependencies()
Method getDependencies.ModelBase.getDependencies()
Method getDependencies.Plugin.getDependencies()
Method getDependencies.Methods in org.apache.maven.model with parameters of type DependencyModifier and TypeMethodDescriptionvoid
DependencyManagement.addDependency
(Dependency dependency) Method addDependency.void
ModelBase.addDependency
(Dependency dependency) Method addDependency.void
Plugin.addDependency
(Dependency dependency) Method addDependency.void
DependencyManagement.removeDependency
(Dependency dependency) Method removeDependency.void
ModelBase.removeDependency
(Dependency dependency) Method removeDependency.void
Plugin.removeDependency
(Dependency dependency) Method removeDependency.Method parameters in org.apache.maven.model with type arguments of type DependencyModifier and TypeMethodDescriptionvoid
DependencyManagement.setDependencies
(List<Dependency> dependencies) Set the dependencies specified here are not used until they are referenced in a POM within the group.void
ModelBase.setDependencies
(List<Dependency> dependencies) Set this element describes all of the dependencies associated with a project.void
Plugin.setDependencies
(List<Dependency> dependencies) Set additional dependencies that this project needs to introduce to the plugin's classloader. -
Uses of Dependency in org.apache.maven.model.management
Methods in org.apache.maven.model.management with parameters of type DependencyModifier and TypeMethodDescriptionprotected void
DefaultDependencyManagementInjector.ManagementModelMerger.mergeDependency_Exclusions
(Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected void
DefaultDependencyManagementInjector.ManagementModelMerger.mergeDependency_Optional
(Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) -
Uses of Dependency in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type DependencyModifier and TypeMethodDescriptionprotected Object
MavenModelMerger.getDependencyKey
(Dependency dependency) protected Object
ModelMerger.getDependencyKey
(Dependency dependency) protected void
ModelMerger.mergeDependency
(Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeDependency_ArtifactId
(Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeDependency_Classifier
(Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeDependency_Exclusions
(Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeDependency_GroupId
(Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeDependency_Optional
(Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeDependency_Scope
(Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeDependency_SystemPath
(Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeDependency_Type
(Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeDependency_Version
(Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) -
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) Tries to resolve the POM for the specified dependency coordinates possibly updatingdependency
. -
Uses of Dependency in org.apache.maven.model.validation
Methods in org.apache.maven.model.validation with parameters of type DependencyModifier and TypeMethodDescriptionprotected void
DefaultModelValidator.validateDependencyVersion
(ModelProblemCollector problems, Dependency d, String prefix) -
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
Methods 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()
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
Methods in org.apache.maven.repository that return DependencyMethods in org.apache.maven.repository with parameters of type DependencyModifier and TypeMethodDescriptionRepositorySystem.createDependencyArtifact
(Dependency dependency) Constructors in org.apache.maven.repository with parameters of type DependencyModifierConstructorDescriptionVersionNotFoundException
(String projectId, Dependency dependency, File pomFile, InvalidVersionSpecificationException cause) -
Uses of Dependency in org.apache.maven.repository.legacy
Methods in org.apache.maven.repository.legacy with parameters of type Dependency