Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MojoExecutionConfigurator (0.98 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/lifecycle/MojoExecutionConfigurator.java

     * under the License.
     */
    package org.apache.maven.lifecycle;
    
    import org.apache.maven.plugin.MojoExecution;
    import org.apache.maven.project.MavenProject;
    
    /**
     * <p>
     * A MojoExecutionConfigurator is responsible for creating the configuration for Mojo based on configuration for a Mojo
     * in the MavenProject and the default configuration for the Mojo from the containing plugin's plugin.xml descriptor.
     * </p>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultMojoExecutionConfigurator.java

    import org.apache.maven.api.xml.XmlNode;
    import org.apache.maven.api.xml.XmlService;
    import org.apache.maven.impl.DefaultMessageBuilderFactory;
    import org.apache.maven.lifecycle.MojoExecutionConfigurator;
    import org.apache.maven.model.Plugin;
    import org.apache.maven.model.PluginExecution;
    import org.apache.maven.plugin.MojoExecution;
    import org.apache.maven.plugin.descriptor.MojoDescriptor;
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Mar 25 09:45:07 UTC 2025
    - 7.3K bytes
    - Viewed (0)
Back to top