public interface PluginExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
execute(PluginGoal pluginGoal,
org.apache.maven.plugin.logging.Log log)
Entry point for executing a mojo.
|
void execute(PluginGoal pluginGoal, org.apache.maven.plugin.logging.Log log)
pluginGoal - The plugin/goal to executelog - The Maven LoggerCopyright © 2015–2017. All rights reserved.