Package | Description |
---|---|
org.apache.maven.plugin.descriptor | |
org.apache.maven.plugin.lifecycle | |
org.apache.maven.plugin.lifecycle.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Lifecycle> |
PluginDescriptor.lifecycleMappings |
Modifier and Type | Method and Description |
---|---|
Lifecycle |
PluginDescriptor.getLifecycleMapping(java.lang.String lifecycleId) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Lifecycle> |
LifecycleConfiguration.lifecycles
Field lifecycles.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Lifecycle> |
LifecycleConfiguration.getLifecycles()
Method getLifecycles.
|
Modifier and Type | Method and Description |
---|---|
void |
LifecycleConfiguration.addLifecycle(Lifecycle lifecycle)
Method addLifecycle.
|
void |
LifecycleConfiguration.removeLifecycle(Lifecycle lifecycle)
Method removeLifecycle.
|
Modifier and Type | Method and Description |
---|---|
void |
LifecycleConfiguration.setLifecycles(java.util.List<Lifecycle> lifecycles)
Set the lifecycles field.
|
Modifier and Type | Method and Description |
---|---|
private Lifecycle |
LifecycleMappingsXpp3Reader.parseLifecycle(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseLifecycle.
|
Modifier and Type | Method and Description |
---|---|
private void |
LifecycleMappingsXpp3Writer.writeLifecycle(Lifecycle lifecycle,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeLifecycle.
|