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