Uses of Class
org.apache.maven.profiles.Repository
Packages that use Repository
-
Uses of Repository in org.apache.maven.profiles
Methods in org.apache.maven.profiles that return types with arguments of type RepositoryModifier and TypeMethodDescriptionProfile.getPluginRepositories()
Method getPluginRepositories.Profile.getRepositories()
Method getRepositories.Methods in org.apache.maven.profiles with parameters of type RepositoryModifier and TypeMethodDescriptionvoid
Profile.addPluginRepository
(Repository repository) Method addPluginRepository.void
Profile.addRepository
(Repository repository) Method addRepository.void
Profile.removePluginRepository
(Repository repository) Method removePluginRepository.void
Profile.removeRepository
(Repository repository) Method removeRepository.Method parameters in org.apache.maven.profiles with type arguments of type RepositoryModifier and TypeMethodDescriptionvoid
Profile.setPluginRepositories
(List<Repository> pluginRepositories) Set the lists of the remote repositories for discovering plugins.void
Profile.setRepositories
(List<Repository> repositories) Set the lists of the remote repositories.