Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for setProfiles (0.11 sec)

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

                remotePluginRepositories.put(pluginRepository.getId(), pluginRepository);
            }
    
            // profiles (if active)
            for (Profile rawProfile : settings.getProfiles()) {
                request.addProfile(
                        new org.apache.maven.model.Profile(SettingsUtilsV4.convertFromSettingsProfile(rawProfile)));
    
    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