Uses of Class
org.apache.maven.settings.Repository
-
Uses of Repository in org.apache.maven.bridge
Modifier and TypeMethodDescriptionstatic ArtifactRepository
MavenRepositorySystem.buildArtifactRepository
(Repository repo) static Repository
MavenRepositorySystem.fromSettingsRepository
(Repository settingsRepository) -
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) void
Profile.removePluginRepository
(Repository pluginRepository) void
Profile.removeRepository
(Repository repository) Modifier and TypeMethodDescriptionstatic List<Repository>
Repository.repositoryToApiV4
(List<Repository> list) void
Profile.setPluginRepositories
(List<Repository> pluginRepositories) void
Profile.setRepositories
(List<Repository> repositories)