Uses of Class
org.apache.maven.settings.Repository
Packages that use Repository
-
Uses of Repository in org.apache.maven.settings
Methods in org.apache.maven.settings that return RepositoryMethods in org.apache.maven.settings that return types with arguments of type RepositoryModifier and TypeMethodDescriptionProfile.getPluginRepositories()
Profile.getRepositories()
static List<Repository>
Repository.repositoryToApiV3
(List<Repository> list) Methods in org.apache.maven.settings with parameters of type RepositoryModifier and TypeMethodDescriptionvoid
Profile.addPluginRepository
(Repository pluginRepository) void
Profile.addRepository
(Repository repository) Method parameters in org.apache.maven.settings with type arguments of type RepositoryModifier and TypeMethodDescriptionstatic List<Repository>
Repository.repositoryToApiV4
(List<Repository> list) void
Profile.setPluginRepositories
(List<Repository> pluginRepositories) void
Profile.setRepositories
(List<Repository> repositories)