Class XMvnMojoExecutionConfigurator

  • All Implemented Interfaces:
    org.apache.maven.lifecycle.MojoExecutionConfigurator

    @Named
    @Singleton
    @Priority(100)
    public class XMvnMojoExecutionConfigurator
    extends java.lang.Object
    implements org.apache.maven.lifecycle.MojoExecutionConfigurator
    Author:
    Mikolaj Izdebski
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XMvnMojoExecutionConfigurator

        public XMvnMojoExecutionConfigurator()
    • Method Detail

      • configure

        public void configure​(org.apache.maven.project.MavenProject project,
                              org.apache.maven.plugin.MojoExecution execution,
                              boolean allowPluginLevelConfig)
        Specified by:
        configure in interface org.apache.maven.lifecycle.MojoExecutionConfigurator