Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.xpp3 | |
org.apache.maven.project | |
org.apache.maven.project.injection |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Dependency> |
DependencyManagement.dependencies
Field dependencies.
|
private java.util.List<Dependency> |
Plugin.dependencies
Field dependencies.
|
private java.util.List<Dependency> |
ModelBase.dependencies
Field dependencies.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Dependency> |
DependencyManagement.getDependencies()
Method getDependencies.
|
java.util.List<Dependency> |
Plugin.getDependencies()
Method getDependencies.
|
java.util.List<Dependency> |
ModelBase.getDependencies()
Method getDependencies.
|
Modifier and Type | Method and Description |
---|---|
void |
DependencyManagement.addDependency(Dependency dependency)
Method addDependency.
|
void |
Plugin.addDependency(Dependency dependency)
Method addDependency.
|
void |
ModelBase.addDependency(Dependency dependency)
Method addDependency.
|
void |
DependencyManagement.removeDependency(Dependency dependency)
Method removeDependency.
|
void |
Plugin.removeDependency(Dependency dependency)
Method removeDependency.
|
void |
ModelBase.removeDependency(Dependency dependency)
Method removeDependency.
|
Modifier and Type | Method and Description |
---|---|
void |
DependencyManagement.setDependencies(java.util.List<Dependency> dependencies)
Set the dependencies specified here are not used until they
are referenced in a
POM within the group.
|
void |
Plugin.setDependencies(java.util.List<Dependency> dependencies)
Set additional dependencies that this project needs to
introduce to the plugin's
classloader.
|
void |
ModelBase.setDependencies(java.util.List<Dependency> dependencies)
Set this element describes all of the dependencies
associated with a
project.
|
Modifier and Type | Method and Description |
---|---|
private Dependency |
MavenXpp3Reader.parseDependency(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseDependency.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeDependency(Dependency dependency,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeDependency.
|
Modifier and Type | Method and Description |
---|---|
static Dependency |
ModelUtils.cloneDependency(Dependency src) |
Modifier and Type | Method and Description |
---|---|
static Dependency |
ModelUtils.cloneDependency(Dependency src) |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultModelDefaultsInjector.mergeDependencyWithDefaults(Dependency dep,
Dependency def) |