Class XMvnMojoExecutionConfigurator
java.lang.Object
org.fedoraproject.xmvn.connector.maven.XMvnMojoExecutionConfigurator
- All Implemented Interfaces:
org.apache.maven.lifecycle.MojoExecutionConfigurator
@Named
@Singleton
@Priority(100)
public class XMvnMojoExecutionConfigurator
extends Object
implements org.apache.maven.lifecycle.MojoExecutionConfigurator
- 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
-