Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.jdom |
Modifier and Type | Method and Description |
---|---|
List<Plugin> |
PluginContainer.getPlugins()
Method getPlugins.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginContainer.addPlugin(Plugin plugin)
Method addPlugin.
|
void |
PluginContainer.removePlugin(Plugin plugin)
Method removePlugin.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginContainer.setPlugins(List<Plugin> plugins)
Set the list of plugins to use.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updatePlugin(Plugin plugin,
String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updatePlugin.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.