public interface MojoExecutionConfigurator
A MojoExecutionConfigurator is responsible for creating the configuration for Mojo based on configuration for a Mojo in the MavenProject and the default configuration for the Mojo from the containing plugin's plugin.xml descriptor.
Note: This interface is part of work in progress and can be changed or removed without notice.Modifier and Type | Method and 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.
|
void configure(MavenProject project, MojoExecution mojoExecution, boolean allowPluginLevelConfig)
project
- mojoExecution
- allowPluginLevelConfig
- Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.