| Interface | Description | 
|---|---|
| LifecycleExecutor | A facade that provides lifecycle services to components outside Maven core. | 
| LifecycleMappingDelegate | Lifecycle mapping delegate component interface. | 
| LifeCyclePluginAnalyzer | |
| MojoExecutionConfigurator | 
 A MojoExecutionConfigurator is responsible for creating the configuration for Mojo based on configuration for a Mojo
 in the MavenProject and the default configuration for the Mojo from the containing plugin's plugin.xml descriptor. | 
| Class | Description | 
|---|---|
| DefaultLifecycleExecutor | A facade that provides lifecycle services to components outside maven core. | 
| DefaultLifecycles | |
| Lifecycle | Lifecycle definition, with eventual plugin bindings (when they are not packaging-specific). | 
| MavenExecutionPlan | MavenExecutionPlan | 
| Exception | Description | 
|---|---|
| LifecycleExecutionException | |
| LifecycleNotFoundException | Signals a failure to locate a lifecycle. | 
| LifecyclePhaseNotFoundException | Signals a failure to locate the lifecycle for some phase. | 
| MissingProjectException | Signals a failure to execute a lifecycle phase or mojo because a project is required but not present. | 
| NoGoalSpecifiedException | Signals a failure to build because no goal was specified. | 
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.