@Component(role=MojoExecutionConfigurator.class) public class DefaultMojoExecutionConfigurator extends Object implements MojoExecutionConfigurator
Constructor and Description |
---|
DefaultMojoExecutionConfigurator() |
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.
|
public void configure(MavenProject project, MojoExecution mojoExecution, boolean allowPluginLevelConfig)
MojoExecutionConfigurator
configure
in interface MojoExecutionConfigurator
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.