Class DefaultMojoExecutionConfigurator
- java.lang.Object
-
- org.apache.maven.lifecycle.internal.DefaultMojoExecutionConfigurator
-
- All Implemented Interfaces:
MojoExecutionConfigurator
@Component(role=MojoExecutionConfigurator.class) public class DefaultMojoExecutionConfigurator extends java.lang.Object implements MojoExecutionConfigurator
- Since:
- 3.3.1, MNG-5753
-
-
Constructor Summary
Constructors Constructor Description DefaultMojoExecutionConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(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.
-
-
-
Method Detail
-
configure
public void configure(MavenProject project, MojoExecution mojoExecution, boolean allowPluginLevelConfig)
Description copied from interface:MojoExecutionConfiguratorCreate 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.- Specified by:
configurein interfaceMojoExecutionConfigurator
-
-