ProxyNested Elements
DescriptionDeclaration of a proxy server to use when resolving remotely located jar files. Sample XML<proxy> <host>proxy.somewhere.com</host> <port>9090</port> <credentials> <username>test</username> <password>test</password> </credentials> </proxy> |