Uses of Interface
org.apache.maven.api.Lifecycle.Phase
Package
Description
Maven Core API
-
Uses of Lifecycle.Phase in org.apache.maven.api
Modifier and TypeMethodDescriptiondefault Stream<Lifecycle.Phase>
Lifecycle.allPhases()
Stream of phases containing all child phases recursively.Lifecycle.Phase.allPhases()
Lifecycle.Phase.phases()
Returns the list of sub-phases.Lifecycle.phases()
Collection of main phases for this lifecycledefault Collection<Lifecycle.Phase>
Lifecycle.v3phases()
Collection of main phases for this lifecycle used with the Maven 3 builders. -
Uses of Lifecycle.Phase in org.apache.maven.lifecycle.internal.concurrent
ModifierConstructorDescriptionBuildStep
(String name, MavenProject project, Lifecycle.Phase phase)