Uses of Class
org.apache.maven.plugin.lifecycle.Phase
-
Packages that use Phase Package Description org.apache.maven.plugin.lifecycle -
-
Uses of Phase in org.apache.maven.plugin.lifecycle
Methods in org.apache.maven.plugin.lifecycle that return types with arguments of type Phase Modifier and Type Method Description java.util.List<Phase>Lifecycle. getPhases()Method getPhases.Methods in org.apache.maven.plugin.lifecycle with parameters of type Phase Modifier and Type Method Description voidLifecycle. addPhase(Phase phase)Method addPhase.voidLifecycle. removePhase(Phase phase)Method removePhase.Method parameters in org.apache.maven.plugin.lifecycle with type arguments of type Phase Modifier and Type Method Description voidLifecycle. setPhases(java.util.List<Phase> phases)Set the phase mappings for this lifecycle.
-