Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for beforeProjectLifecycleExecution (0.27 seconds)

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

                List<MojoExecution> mojoExecutions = executionPlan.getMojoExecutions();
    
                projectExecutionListener.beforeProjectLifecycleExecution(
                        new ProjectExecutionEvent(session, currentProject, mojoExecutions));
                mojoExecutor.execute(session, mojoExecutions);
    
                Instant buildEndTime = MonotonicClock.now();
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Jun 06 20:01:00 GMT 2025
    - 5.5K bytes
    - Click Count (0)
Back to Top