Uses of Class
org.apache.maven.settings.Server
Packages that use Server
-
Uses of Server in org.apache.maven.settings
Methods in org.apache.maven.settings that return ServerMethods in org.apache.maven.settings that return types with arguments of type ServerMethods in org.apache.maven.settings with parameters of type ServerModifier and TypeMethodDescriptionvoid
Method addServer.void
Settings.removeServer
(Server server) Method removeServer.Method parameters in org.apache.maven.settings with type arguments of type ServerModifier and TypeMethodDescriptionvoid
Settings.setServers
(List<Server> servers) Set configuration of server-specific settings, mainly authentication method.