- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for MojoDescriptorCreator (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoDescriptorCreator.java
* </p> * <strong>NOTE:</strong> This class is not part of any public api and can be changed or deleted without prior notice. * * @since 3.0 */ @Named @Singleton public class MojoDescriptorCreator { private final Logger logger = LoggerFactory.getLogger(getClass()); private final PluginVersionResolver pluginVersionResolver; private final BuildPluginManager pluginManager;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Mar 25 09:45:07 GMT 2025 - 11.3K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/LifecycleExecutionPlanCalculatorTest.java
@Test void testCalculateExecutionPlanWithGoalTasks() throws Exception { MojoDescriptorCreator mojoDescriptorCreator = createMojoDescriptorCreator(); LifecycleExecutionPlanCalculator lifecycleExecutionPlanCalculator = createExecutionPlaceCalculator(mojoDescriptorCreator); final GoalTask goalTask1 = new GoalTask("compiler:compile");Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 3.9K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/lifecycle/LifecycleExecutorTest.java
private DefaultLifecycleTaskSegmentCalculator lifeCycleTaskSegmentCalculator; @Inject private LifecycleExecutionPlanCalculator lifeCycleExecutionPlanCalculator; @Inject private MojoDescriptorCreator mojoDescriptorCreator; protected String getProjectsDirectory() { return "src/test/projects/lifecycle-executor"; }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 22.9K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleExecutionPlanCalculator.java
DefaultLifecycles defaultLifecycles, MojoDescriptorCreator mojoDescriptorCreator, LifecyclePluginResolver lifecyclePluginResolver) { this.pluginManager = pluginManager; this.defaultLifecycles = defaultLifecycles; this.mojoDescriptorCreator = mojoDescriptorCreator; this.lifecyclePluginResolver = lifecyclePluginResolver;Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Mar 25 09:45:07 GMT 2025 - 26.7K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java
private final BuildPlanLogger buildPlanLogger; private final Map<String, MojoExecutionConfigurator> mojoExecutionConfigurators; private final MavenPluginManager mavenPluginManager; private final MojoDescriptorCreator mojoDescriptorCreator; private final LifecycleRegistry lifecycles; @Inject @SuppressWarnings("checkstyle:ParameterNumber") public BuildPlanExecutor(Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Oct 16 06:12:36 GMT 2025 - 55.1K bytes - Click Count (0)