Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.jdom |
Modifier and Type | Method and Description |
---|---|
List<Dependency> |
Plugin.getDependencies()
Method getDependencies.
|
List<Dependency> |
DependencyManagement.getDependencies()
Method getDependencies.
|
List<Dependency> |
ModelBase.getDependencies()
Method getDependencies.
|
Modifier and Type | Method and Description |
---|---|
void |
Plugin.addDependency(Dependency dependency)
Method addDependency.
|
void |
DependencyManagement.addDependency(Dependency dependency)
Method addDependency.
|
void |
ModelBase.addDependency(Dependency dependency)
Method addDependency.
|
void |
Plugin.removeDependency(Dependency dependency)
Method removeDependency.
|
void |
DependencyManagement.removeDependency(Dependency dependency)
Method removeDependency.
|
void |
ModelBase.removeDependency(Dependency dependency)
Method removeDependency.
|
Modifier and Type | Method and Description |
---|---|
void |
Plugin.setDependencies(List<Dependency> dependencies)
Set additional dependencies that this project needs to
introduce to the plugin's
classloader.
|
void |
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateDependency(Dependency dependency,
String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateDependency.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.