Uses of Class
org.apache.maven.settings.Repository
-
Uses of Repository in org.apache.maven.settings
Modifier and TypeMethodDescriptionProfile.getPluginRepositories()
Profile.getRepositories()
static List<Repository>
Repository.repositoryToApiV3
(List<Repository> list) Modifier and TypeMethodDescriptionvoid
Profile.addPluginRepository
(Repository pluginRepository) void
Profile.addRepository
(Repository repository) Modifier and TypeMethodDescriptionstatic List<Repository>
Repository.repositoryToApiV4
(List<Repository> list) void
Profile.setPluginRepositories
(List<Repository> pluginRepositories) void
Profile.setRepositories
(List<Repository> repositories)