Class Phase
java.lang.Object
org.apache.maven.plugin.lifecycle.Phase
- All Implemented Interfaces:
- Serializable
A phase mapping definition.
- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddExecution(Execution execution) Method addExecution.Get configuration to pass to all goals run in this phase.Method getExecutions.getId()Get the ID of this phase, e.g.,generate-sources.voidremoveExecution(Execution execution) Method removeExecution.voidsetConfiguration(Object configuration) Set configuration to pass to all goals run in this phase.voidsetExecutions(List<Execution> executions) Set the goals to execute within the phase.voidSet the ID of this phase, e.g.,generate-sources.
- 
Constructor Details- 
Phasepublic Phase()
 
- 
- 
Method Details- 
addExecutionMethod addExecution.- Parameters:
- execution- a execution object.
 
- 
getConfigurationGet configuration to pass to all goals run in this phase.- Returns:
- Object
 
- 
getExecutionsMethod getExecutions.- Returns:
- List
 
- 
getIdGet the ID of this phase, e.g.,generate-sources.- Returns:
- String
 
- 
removeExecutionMethod removeExecution.- Parameters:
- execution- a execution object.
 
- 
setConfigurationSet configuration to pass to all goals run in this phase.- Parameters:
- configuration- a configuration object.
 
- 
setExecutionsSet the goals to execute within the phase.- Parameters:
- executions- a executions object.
 
- 
setIdSet the ID of this phase, e.g.,generate-sources.- Parameters:
- id- a id object.
 
 
-