Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.dom4j | |
org.apache.maven.model.io.jdom | |
org.apache.maven.model.io.stax | |
org.apache.maven.model.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PluginExecution> |
Plugin.executions
Field executions.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PluginExecution> |
Plugin.getExecutions()
Method getExecutions.
|
Modifier and Type | Method and Description |
---|---|
void |
Plugin.addExecution(PluginExecution pluginExecution)
Method addExecution.
|
void |
Plugin.removeExecution(PluginExecution pluginExecution)
Method removeExecution.
|
Modifier and Type | Method and Description |
---|---|
void |
Plugin.setExecutions(java.util.List<PluginExecution> executions)
Set multiple specifications of a set of goals to execute
during the build lifecycle, each having
(possibly) different
configuration.
|
Modifier and Type | Method and Description |
---|---|
private PluginExecution |
MavenDom4jReader.parsePluginExecution(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parsePluginExecution.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writePluginExecution(PluginExecution pluginExecution,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writePluginExecution.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updatePluginExecution(PluginExecution pluginExecution,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updatePluginExecution.
|
Modifier and Type | Method and Description |
---|---|
private PluginExecution |
MavenStaxReader.parsePluginExecution(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parsePluginExecution.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writePluginExecution(PluginExecution pluginExecution,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writePluginExecution.
|
Modifier and Type | Method and Description |
---|---|
private PluginExecution |
MavenXpp3Reader.parsePluginExecution(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parsePluginExecution.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writePluginExecution(PluginExecution pluginExecution,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writePluginExecution.
|