Uses of Class
org.apache.maven.lifecycle.mapping.LifecyclePhase
Packages that use LifecyclePhase
Package
Description
-
Uses of LifecyclePhase in org.apache.maven.lifecycle
Fields in org.apache.maven.lifecycle with type parameters of type LifecyclePhaseMethods in org.apache.maven.lifecycle that return types with arguments of type LifecyclePhaseConstructor parameters in org.apache.maven.lifecycle with type arguments of type LifecyclePhase -
Uses of LifecyclePhase in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal with parameters of type LifecyclePhaseModifier and TypeMethodDescriptionprivate void
DefaultLifecyclePluginAnalyzer.parseLifecyclePhaseDefinitions
(Map<Plugin, Plugin> plugins, String phase, LifecyclePhase goals) -
Uses of LifecyclePhase in org.apache.maven.lifecycle.mapping
Fields in org.apache.maven.lifecycle.mapping with type parameters of type LifecyclePhaseModifier and TypeFieldDescriptionprivate Map<String,
LifecyclePhase> Lifecycle.lifecyclePhases
Field phasesprivate Map<String,
LifecyclePhase> DefaultLifecycleMapping.phases
Deprecated.use lifecycles insteadMethods in org.apache.maven.lifecycle.mapping that return types with arguments of type LifecyclePhaseModifier and TypeMethodDescriptionprivate Map<String,
LifecyclePhase> DefaultLifecycleMapping.getLifecyclePhases
(String lifecycle) Lifecycle.getLifecyclePhases()
Method getLifecyclePhasesMethod parameters in org.apache.maven.lifecycle.mapping with type arguments of type LifecyclePhaseModifier and TypeMethodDescriptionvoid
Lifecycle.setLifecyclePhases
(Map<String, LifecyclePhase> lifecyclePhases) Method setLifecyclePhasesLifecyclePhase.toLegacyMap
(Map<String, LifecyclePhase> lifecyclePhases) Deprecated.