Class DefaultMojoExecutionConfigurator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

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

      • DefaultMojoExecutionConfigurator

        public DefaultMojoExecutionConfigurator()
    • Method Detail

      • configure

        public void configure​(MavenProject project,
                              MojoExecution mojoExecution,
                              boolean allowPluginLevelConfig)
        Description copied from interface: MojoExecutionConfigurator
        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.
        Specified by:
        configure in interface MojoExecutionConfigurator