Package org.apache.maven.api
Interface MojoExecution
- All Known Implementing Classes:
 DefaultMojoExecution
A 
MojoExecution represents a single execution of a Maven Plugin during a given build.
 An instance of this object is bound to the MojoExecutionScoped
 and available as mojoExecution within Parameter
 expressions.- 
Method Details
- 
getPlugin
 - 
getModel
 - 
getDescriptor
 - 
getExecutionId
 - 
getGoal
 - 
getLifecyclePhase
 - 
getConfiguration
 
 -