Class XMvnMojoExecutionConfigurator
java.lang.Object
org.apache.maven.lifecycle.internal.DefaultMojoExecutionConfigurator
org.fedoraproject.xmvn.connector.maven.XMvnMojoExecutionConfigurator
- All Implemented Interfaces:
org.apache.maven.lifecycle.MojoExecutionConfigurator
@Component(role=org.apache.maven.lifecycle.MojoExecutionConfigurator.class)
public class XMvnMojoExecutionConfigurator
extends org.apache.maven.lifecycle.internal.DefaultMojoExecutionConfigurator
- Author:
- Mikolaj Izdebski
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.MojoExecution execution, boolean allowPluginLevelConfig)
-
Constructor Details
-
XMvnMojoExecutionConfigurator
public XMvnMojoExecutionConfigurator()
-
-
Method Details
-
configure
public void configure(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.MojoExecution execution, boolean allowPluginLevelConfig) - Specified by:
configure
in interfaceorg.apache.maven.lifecycle.MojoExecutionConfigurator
- Overrides:
configure
in classorg.apache.maven.lifecycle.internal.DefaultMojoExecutionConfigurator
-