Proxy

Nested Elements

Element Occurance Description
host 1

The host name of the proxy server.

port 1

The proxy server port number.

credentials 0..1

The credentials element (if present) contains a username and password declaration.

Description

Declaration 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>