- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getExitCode (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/InvokerException.java
private final int exitCode; public ExitException(int exitCode) { super("EXIT=" + exitCode); this.exitCode = exitCode; } public int getExitCode() { return exitCode; } }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Oct 16 10:47:37 GMT 2025 - 2.5K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/ClingSupport.java
.stdErr(stdErr) .embedded(embedded) .build())); } catch (InvokerException.ExitException e) { return e.getExitCode(); } catch (Exception e) { // last resort; as ideally we should get ExitException only new SystemLogger(stdErr).error(e.getMessage(), e); return 1; } finally {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Feb 08 16:25:25 GMT 2025 - 3.6K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvn/MavenInvokerTestSupport.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Oct 21 12:17:55 GMT 2025 - 6.8K bytes - Click Count (0)