Package | Description |
---|---|
org.apache.maven.tools.plugin.extractor.model | |
org.apache.maven.tools.plugin.extractor.model.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private LifecycleExecution |
Mojo.execution
Information about a sub-execution of the Maven lifecycle
which should be processed.
|
Modifier and Type | Method and Description |
---|---|
LifecycleExecution |
Mojo.getExecution()
Get information about a sub-execution of the Maven lifecycle
which should be processed.
|
Modifier and Type | Method and Description |
---|---|
void |
Mojo.setExecution(LifecycleExecution execution)
Set information about a sub-execution of the Maven lifecycle
which should be processed.
|
Modifier and Type | Method and Description |
---|---|
private LifecycleExecution |
PluginMetadataXpp3Reader.parseLifecycleExecution(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseLifecycleExecution.
|
Modifier and Type | Method and Description |
---|---|
private void |
PluginMetadataXpp3Writer.writeLifecycleExecution(LifecycleExecution lifecycleExecution,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeLifecycleExecution.
|