Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for nolisp (0.49 sec)

  1. maven-api-impl/src/main/java/org/apache/maven/internal/impl/SettingsUtilsV4.java

                        .collect(Collectors.toList()));
            }
    
            List<Repository> pluginRepos = settingsProfile.getPluginRepositories();
            if (pluginRepos != null) {
                profile.pluginRepositories(pluginRepos.stream()
                        .map(SettingsUtilsV4::convertFromSettingsRepository)
                        .collect(Collectors.toList()));
            }
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Mar 25 10:50:01 GMT 2024
    - 13.4K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/settings/SettingsUtilsV4.java

                        .collect(Collectors.toList()));
            }
    
            List<Repository> pluginRepos = settingsProfile.getPluginRepositories();
            if (pluginRepos != null) {
                profile.pluginRepositories(pluginRepos.stream()
                        .map(SettingsUtilsV4::convertFromSettingsRepository)
                        .collect(Collectors.toList()));
            }
    
    Java
    - Registered: Sun Mar 24 03:35:10 GMT 2024
    - Last Modified: Thu Feb 15 08:42:00 GMT 2024
    - 13.8K bytes
    - Viewed (0)
Back to top