Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for afterProjectExecutionSuccess (0.18 seconds)

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

                mojoExecutor.execute(session, mojoExecutions);
    
                Instant buildEndTime = MonotonicClock.now();
    
                projectExecutionListener.afterProjectExecutionSuccess(
                        new ProjectExecutionEvent(session, currentProject, mojoExecutions));
    
                reactorContext
                        .getResult()
    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)
  2. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java

                        } else if (allStepsExecuted) {
                            // If there were no failures, report success
                            projectExecutionListener.afterProjectExecutionSuccess(
                                    new ProjectExecutionEvent(session, step.project, Collections.emptyList()));
                            reactorContext
                                    .getResult()
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Oct 16 06:12:36 GMT 2025
    - 55.1K bytes
    - Click Count (0)
Back to Top