Package | Description |
---|---|
org.apache.maven.plugin.descriptor | |
org.apache.maven.plugin.lifecycle |
Modifier and Type | Method and Description |
---|---|
Lifecycle |
PluginDescriptor.getLifecycleMapping(String lifecycleId) |
Modifier and Type | Method and Description |
---|---|
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(List<Lifecycle> lifecycles)
Set the lifecycles field.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.