| Package | Description | 
|---|---|
| org.apache.maven.lifecycle | |
| org.apache.maven.lifecycle.internal | 
| Modifier and Type | Method and Description | 
|---|---|
Lifecycle | 
DefaultLifecycles.get(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Lifecycle> | 
DefaultLifecycles.getLifeCycles()  | 
Map<String,Lifecycle> | 
DefaultLifecycles.getPhaseToLifecycleMap()
We use this to map all phases to the lifecycle that contains it. 
 | 
Map<String,Lifecycle> | 
DefaultLifecycleExecutor.getPhaseToLifecycleMap()
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,List<MojoExecution>> | 
LifecycleMappingDelegate.calculateLifecycleMappings(MavenSession session,
                                                    MavenProject project,
                                                    Lifecycle lifecycle,
                                                    String lifecyclePhase)  | 
| Constructor and Description | 
|---|
DefaultLifecycles(Map<String,Lifecycle> lifecycles,
                                  Logger logger)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,List<MojoExecution>> | 
DefaultLifecycleMappingDelegate.calculateLifecycleMappings(MavenSession session,
                                                    MavenProject project,
                                                    Lifecycle lifecycle,
                                                    String lifecyclePhase)  | 
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.