Package org.apache.maven.plugin
Interface ContextEnabled
-
- All Known Implementing Classes:
AbstractMojo
public interface ContextEnabledInterface to allowMojosto communicate with each othersMojos, 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.MapgetPluginContext()voidsetPluginContext(java.util.Map pluginContext)Set a new shared contextMapto a mojo before executing it.
-