- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for commandName (0.04 sec)
-
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/ParserRequest.java
private boolean embedded = false; private Builder( String command, String commandName, List<String> args, MessageBuilderFactory messageBuilderFactory) { this.command = requireNonNull(command, "command"); this.commandName = requireNonNull(commandName, "commandName"); this.args = requireNonNull(args, "args");Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 15.9K 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) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
} // this is important message; many Maven IT assert for presence of this message logger.error("Error executing " + context.invokerRequest.parserRequest().commandName() + "."); for (Logger.Entry entry : entries) { if (showStackTrace) { logger.log(entry.level(), entry.message(), entry.error()); } else {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Oct 28 13:01:07 UTC 2025 - 43.2K bytes - Viewed (0)