Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for LifeCycleTask (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. impl/maven-core/src/test/java/org/apache/maven/lifecycle/LifecycleExecutorTest.java

        }
    
        @Test
        void testSetupMojoExecution() throws Exception {
            File pom = getProject("mojo-configuration");
    
            MavenSession session = createMavenSession(pom);
    
            LifecycleTask task = new LifecycleTask("generate-sources");
            MavenExecutionPlan executionPlan = lifeCycleExecutionPlanCalculator.calculateExecutionPlan(
                    session, session.getCurrentProject(), Arrays.asList(task), false);
    
    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)
Back to Top