Uses of Class
org.apache.maven.settings.Repository
-
Packages that use Repository Package Description org.apache.maven.settings -
-
Uses of Repository in org.apache.maven.settings
Methods in org.apache.maven.settings that return types with arguments of type Repository Modifier and Type Method Description java.util.List<Repository>Profile. getPluginRepositories()Method getPluginRepositories.java.util.List<Repository>Profile. getRepositories()Method getRepositories.Methods in org.apache.maven.settings with parameters of type Repository Modifier and Type Method Description voidProfile. addPluginRepository(Repository repository)Method addPluginRepository.voidProfile. addRepository(Repository repository)Method addRepository.voidProfile. removePluginRepository(Repository repository)Method removePluginRepository.voidProfile. removeRepository(Repository repository)Method removeRepository.Method parameters in org.apache.maven.settings with type arguments of type Repository Modifier and Type Method Description voidProfile. setPluginRepositories(java.util.List<Repository> pluginRepositories)Set the lists of the remote repositories for discovering plugins.voidProfile. setRepositories(java.util.List<Repository> repositories)Set the lists of the remote repositories.
-