- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for fos (0.04 sec)
-
compat/maven-embedder/src/main/java/org/apache/maven/cli/event/ExecutionEventLogger.java
new Exception("Build failed due to log statements with a higher severity than allowed. " + "Fix the logged issues or remove flag --fail-on-severity (-fos).")); } logResult(event.getSession()); logStats(event.getSession()); infoLine('-'); } }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 17.2K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/CommonsCliOptions.java
public static final String QUIET = "q"; public static final String VERBOSE = "X"; public static final String SHOW_ERRORS = "e"; public static final String FAIL_ON_SEVERITY = "fos"; public static final String NON_INTERACTIVE = "non-interactive"; public static final String BATCH_MODE = "B"; public static final String FORCE_INTERACTIVE = "force-interactive";
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 18.5K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java
public static final String ALTERNATE_INSTALLATION_TOOLCHAINS = "it"; public static final String FAIL_FAST = "ff"; public static final String FAIL_ON_SEVERITY = "fos"; public static final String FAIL_AT_END = "fae"; public static final String FAIL_NEVER = "fn"; public static final String RESUME = "r"; public static final String RESUME_FROM = "rf";
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 17.6K bytes - Viewed (0)