Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ReactorBuildStatus (0.06 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/multithreaded/MultiThreadedBuilder.java

        public void build(
                MavenSession session,
                ReactorContext reactorContext,
                ProjectBuildList projectBuilds,
                List<TaskSegment> taskSegments,
                ReactorBuildStatus reactorBuildStatus)
                throws ExecutionException, InterruptedException {
            int nThreads = Math.min(
                    session.getRequest().getDegreeOfConcurrency(),
                    session.getProjects().size());
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Jul 16 03:42:09 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  2. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java

            }
    
            /**
             * Handles build errors by recording the error, notifying listeners, and updating the ReactorBuildStatus
             * based on the reactor failure behavior.
             * <p>
             * This method works in conjunction with the filtering in executePlan():
             * - For FAIL_FAST: Sets ReactorBuildStatus to halted, which causes executePlan to only process after:* steps
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Oct 16 06:12:36 UTC 2025
    - 55.1K bytes
    - Viewed (0)
Back to top