MojoExecutionConfigurator@Component(role=MojoExecutionConfigurator.class) public class DefaultMojoExecutionConfigurator extends java.lang.Object implements MojoExecutionConfigurator
| Constructor | Description |
|---|---|
DefaultMojoExecutionConfigurator() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
configure(MavenProject project,
MojoExecution mojoExecution,
boolean allowPluginLevelConfig) |
Create the MojoExecution configuration based on configuration for a Mojo in the MavenProject and the
default configuration for the Mojo from the containing plugin's plugin.xml descriptor.
|
public void configure(MavenProject project, MojoExecution mojoExecution, boolean allowPluginLevelConfig)
MojoExecutionConfiguratorconfigure in interface MojoExecutionConfigurator