Uses of Interface
org.apache.maven.api.Lifecycle.Phase
Packages that use Lifecycle.Phase
Package
Description
Maven Core API
-
Uses of Lifecycle.Phase in org.apache.maven.api
Methods in org.apache.maven.api that return types with arguments of type Lifecycle.PhaseModifier 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
Constructors in org.apache.maven.lifecycle.internal.concurrent with parameters of type Lifecycle.PhaseModifierConstructorDescriptionBuildStep(String name, MavenProject project, Lifecycle.Phase phase)