- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for showVersionMinimal (0.39 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnsh/ShellInvoker.java
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/LookupInvoker.java
} protected void showVersion(C context) { Consumer<String> writer = determineWriter(context); if (context.options().quiet().orElse(false)) { writer.accept(CLIReportingUtils.showVersionMinimal()); } else if (context.invokerRequest.effectiveVerbose()) { writer.accept(CLIReportingUtils.showVersion(Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Oct 28 13:01:07 UTC 2025 - 43.2K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
} if (cliRequest.commandLine.hasOption(CLIManager.VERSION)) { if (cliRequest.commandLine.hasOption(CLIManager.QUIET)) { System.out.println(CLIReportingUtils.showVersionMinimal()); } else { System.out.println(CLIReportingUtils.showVersion()); } throw new ExitException(0); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Oct 27 13:24:03 UTC 2025 - 78.1K bytes - Viewed (0)