- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for showErrors (0.04 sec)
-
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/BaseParserTest.java
Assertions.assertFalse(options.showVersion().orElse(false)); Assertions.assertFalse(options.showVersionAndExit().orElse(false)); Assertions.assertTrue(options.showErrors().orElse(false)); Assertions.assertTrue(options.verbose().orElse(false)); // user home Assertions.assertTrue(invokerRequest.userProperties().containsKey("user.property"));
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 4.2K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Oct 27 13:24:03 UTC 2025 - 78.1K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnsh/ShellInvoker.java
.builder() .error("Error: " + e.getMessage()) .build()); if (context.options().showErrors().orElse(false)) { e.printStackTrace(context.terminal.writer()); } return ERROR; } } } }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 06:12:36 UTC 2025 - 10.1K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/MavenInvoker.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Sep 11 17:20:46 UTC 2025 - 28.2K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
return execute(context); } protected InvokerException.ExitException handleException(C context, Exception e) { printErrors( context, context.options().showErrors().orElse(false), List.of(new Logger.Entry(Logger.Level.ERROR, e.getMessage(), e.getCause())), context.logger); return new InvokerException.ExitException(2); }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Oct 28 13:01:07 UTC 2025 - 43.2K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/CommonsCliOptions.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Oct 08 07:36:42 UTC 2025 - 21.3K bytes - Viewed (0)