Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for toMavenExecutionRequestLoggingLevel (0.15 seconds)

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/CliUtils.java

                    if (r != null) {
                        return r;
                    }
                }
                return null;
            };
        }
    
        public static int toMavenExecutionRequestLoggingLevel(Slf4jConfiguration.Level level) {
            requireNonNull(level, "level");
            return switch (level) {
                case DEBUG -> MavenExecutionRequest.LOGGING_LEVEL_DEBUG;
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Mon Oct 13 18:30:29 GMT 2025
    - 5K bytes
    - Click Count (0)
Back to Top