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
-
-
Constructor Summary
Constructors Constructor Description XMvnMojoExecutionConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.MojoExecution execution, boolean allowPluginLevelConfig)
-
-
-
Method Detail
-
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
-
-