Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isBlackListed (0.36 sec)

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

                } else {
                    // For regular steps:
                    // Don't run for halted builds, blacklisted projects, or if predecessors failed
                    shouldExecute = !status.isHalted() && !status.isBlackListed(step.project) && allPredecessorsExecuted;
                }
    
                // 2. Either schedule the step or mark it as skipped based on the decision
    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