Package | Description |
---|---|
org.apache.maven.plugin.descriptor.model |
Modifier and Type | Method and Description |
---|---|
List<Dependency> |
PluginDescriptor.getDependencies()
Method getDependencies.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginDescriptor.addDependency(Dependency dependency)
Method addDependency.
|
void |
PluginDescriptor.removeDependency(Dependency dependency)
Method removeDependency.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginDescriptor.setDependencies(List<Dependency> dependencies)
Set a set of dependencies which the plugin requires in order
to function.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.