- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for failFast (0.03 sec)
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java
* 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 * - For FAIL_AT_END: Blacklists the project and its dependents, which causes executePlan to skip themRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 06:12:36 UTC 2025 - 55.1K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
} else { return executionListener; } } private String determineReactorFailureBehaviour(final CommandLine commandLine) { if (commandLine.hasOption(CLIManager.FAIL_FAST)) { return MavenExecutionRequest.REACTOR_FAIL_FAST; } else if (commandLine.hasOption(CLIManager.FAIL_AT_END)) { return MavenExecutionRequest.REACTOR_FAIL_AT_END;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Oct 27 13:24:03 UTC 2025 - 78.1K bytes - Viewed (0)