| Package | Description |
|---|---|
| org.apache.maven.lifecycle | |
| org.apache.maven.lifecycle.internal |
| Modifier and Type | Method and Description |
|---|---|
Model |
LifecyclePluginAnalyzer.getLifecycleModel(Model model)
Gets the lifecycle
Model for a given Model. |
Set<Plugin> |
LifecycleExecutor.getPluginsBoundByDefaultToAllLifecycles(String packaging)
Deprecated.
As of Maven 3.4, please use
LifecyclePluginAnalyzer.getLifecycleModel(org.apache.maven.model.Model). |
Set<Plugin> |
LifecyclePluginAnalyzer.getPluginsBoundByDefaultToAllLifecycles(String packaging)
Deprecated.
As of Maven 3.4, replaced by method
LifecyclePluginAnalyzer.getLifecycleModel(org.apache.maven.model.Model). |
Set<Plugin> |
DefaultLifecycleExecutor.getPluginsBoundByDefaultToAllLifecycles(String packaging)
Deprecated.
As of Maven 3.4, please use
LifecyclePluginAnalyzer.getLifecycleModel(org.apache.maven.model.Model). |
| Modifier and Type | Method and Description |
|---|---|
Model |
DefaultLifecyclePluginAnalyzer.getLifecycleModel(Model model) |
Set<Plugin> |
DefaultLifecyclePluginAnalyzer.getPluginsBoundByDefaultToAllLifecycles(String packaging)
Deprecated.
|
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.