Uses of Class
org.apache.maven.profiles.Repository
-
Packages that use Repository Package Description org.apache.maven.profiles -
-
Uses of Repository in org.apache.maven.profiles
Methods in org.apache.maven.profiles 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.profiles 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.profiles 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.
-