public interface LifecyclePluginAnalyzer
| Modifier and Type | Method and Description |
|---|---|
Model |
getLifecycleModel(Model model)
Gets the lifecycle
Model for a given Model. |
Set<Plugin> |
getPluginsBoundByDefaultToAllLifecycles(String packaging)
Deprecated.
As of Maven 3.4, replaced by method
getLifecycleModel(org.apache.maven.model.Model). |
@Deprecated Set<Plugin> getPluginsBoundByDefaultToAllLifecycles(String packaging) throws LifecycleMappingNotFoundException
getLifecycleModel(org.apache.maven.model.Model).Model getLifecycleModel(Model model) throws LifecycleMappingNotFoundException
Model for a given Model.
The lifecycle model for a given model is the list of default build plugins plus lifecycle plugin execution management.
model - The Model to get the lifecycle Model for.Model for model.NullPointerException - if model is null.LifecycleMappingNotFoundException - if model declares an unsupported packaging.Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.