Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getEffectiveSettings (0.19 sec)

  1. compat/maven-embedder/src/main/java/org/apache/maven/cli/configuration/SettingsXmlConfigurationProcessor.java

            if (request.getEventSpyDispatcher() != null) {
                request.getEventSpyDispatcher().onEvent(settingsResult);
            }
    
            populateFromSettings(request, settingsResult.getEffectiveSettings());
    
            if (!settingsResult.getProblems().isEmpty() && LOGGER.isWarnEnabled()) {
                LOGGER.warn("");
                LOGGER.warn("Some problems were encountered while building the effective settings");
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sat Apr 19 18:49:57 UTC 2025
    - 12K bytes
    - Viewed (0)
  2. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java

            if (context.eventSpyDispatcher != null) {
                context.eventSpyDispatcher.onEvent(settingsResult);
            }
    
            context.effectiveSettings = settingsResult.getEffectiveSettings();
            context.interactive = mayDisableInteractiveMode(context, context.effectiveSettings.isInteractiveMode());
            context.localRepositoryPath = localRepositoryPath(context);
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Oct 28 13:01:07 UTC 2025
    - 43.2K bytes
    - Viewed (0)
Back to top