- Sort Score
- Num 10 results
- Language All
Results 41 - 42 of 42 for setConfiguration (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
context.coloredOutput = false; } } context.loggerFactory = LoggerFactory.getILoggerFactory(); context.slf4jConfiguration = Slf4jConfigurationFactory.getConfiguration(context.loggerFactory); if (context.invokerRequest.effectiveVerbose()) { context.loggerLevel = Slf4jConfiguration.Level.DEBUG;Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Oct 28 13:01:07 GMT 2025 - 43.2K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
MessageUtils.setColorEnabled(false); } } slf4jLoggerFactory = LoggerFactory.getILoggerFactory(); Slf4jConfiguration slf4jConfiguration = Slf4jConfigurationFactory.getConfiguration(slf4jLoggerFactory); if (cliRequest.verbose) { cliRequest.request.setLoggingLevel(MavenExecutionRequest.LOGGING_LEVEL_DEBUG);
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Oct 27 13:24:03 GMT 2025 - 78.1K bytes - Click Count (0)