- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for mojoExecutionConfigurator (0.11 seconds)
-
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>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.8K bytes - Click Count (0) -
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;
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Mar 25 09:45:07 GMT 2025 - 7.3K bytes - Click Count (0)