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 Summary
Constructors - 
Method Summary
Modifier 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
- 
Phase
public Phase() 
 - 
 - 
Method Details
- 
addExecution
Method addExecution.- Parameters:
 execution- a execution object.
 - 
getConfiguration
Get configuration to pass to all goals run in this phase.- Returns:
 - Object
 
 - 
getExecutions
 - 
getId
 - 
removeExecution
Method removeExecution.- Parameters:
 execution- a execution object.
 - 
setConfiguration
Set configuration to pass to all goals run in this phase.- Parameters:
 configuration- a configuration object.
 - 
setExecutions
 - 
setId
Set the ID of this phase, e.g.,generate-sources.- Parameters:
 id- a id object.
 
 -