| Package | Description |
|---|---|
| org.apache.maven.plugin.descriptor | |
| org.apache.maven.plugin.lifecycle |
| Modifier and Type | Method | Description |
|---|---|---|
Lifecycle |
PluginDescriptor.getLifecycleMapping(java.lang.String lifecycle) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Lifecycle> |
LifecycleConfiguration.getLifecycles() |
Method getLifecycles.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
LifecycleConfiguration.addLifecycle(Lifecycle lifecycle) |
Method addLifecycle.
|
void |
LifecycleConfiguration.removeLifecycle(Lifecycle lifecycle) |
Method removeLifecycle.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
LifecycleConfiguration.setLifecycles(java.util.List<Lifecycle> lifecycles) |
Set the lifecycles field.
|