Package org.apache.maven.plugin
Interface ContextEnabled
- All Known Implementing Classes:
- org.codehaus.modello.maven.AbstractModelloGeneratorMojo,- AbstractMojo,- ModelloVelocityMojo
public interface ContextEnabled
Interface to allow 
The plugin manager would pull the context out of the plugin container context, and populate it into the Mojo.
Mojos to communicate with each others Mojos, other than
 project's source root and project's attachment.The plugin manager would pull the context out of the plugin container context, and populate it into the Mojo.
- Author:
- jdcasey
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetPluginContext(Map pluginContext) Set a new shared contextMapto a mojo before executing it.
- 
Method Details- 
setPluginContextSet a new shared contextMapto a mojo before executing it.- Parameters:
- pluginContext- a new- Map
 
- 
getPluginContextMap getPluginContext()- Returns:
- a Mapstored in the plugin container's context.
 
 
-