Package | Description |
---|---|
org.apache.maven.lifecycle | |
org.apache.maven.lifecycle.internal | |
org.apache.maven.lifecycle.providers |
Modifier and Type | Method and Description |
---|---|
Lifecycle |
DefaultLifecycles.get(String phase)
Get lifecycle based on phase
|
Modifier and Type | Method and Description |
---|---|
List<Lifecycle> |
DefaultLifecycles.getLifeCycles()
Returns an ordered list of lifecycles
|
Map<String,Lifecycle> |
DefaultLifecycles.getPhaseToLifecycleMap()
We use this to map all phases to the lifecycle that contains it.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<MojoExecution>> |
LifecycleMappingDelegate.calculateLifecycleMappings(MavenSession session,
MavenProject project,
Lifecycle lifecycle,
String lifecyclePhase) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<MojoExecution>> |
DefaultLifecycleMappingDelegate.calculateLifecycleMappings(MavenSession session,
MavenProject project,
Lifecycle lifecycle,
String lifecyclePhase) |
Modifier and Type | Method and Description |
---|---|
Lifecycle |
AbstractLifecycleProvider.get() |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.