Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for failFast (0.04 sec)

  1. 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)
Back to top