Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuration options are described in more details in Aether Configuration. Here's a brief summary of options (properties in org.ops4j.pax.url.mvn PID or in etc/config.properties file when/while Configuration Admin service is not (yet) available.

Option key

Description

Since
org.ops4j.pax.url.mvn.defaultRepositoriesoptional; a comma separated list for default repositories urls; see below
org.ops4j.pax.url.mvn.repositoriesoptional; a comma separated list for remote repositories urls; see below
org.ops4j.pax.url.mvn.localRepositoryoptional; the path to local repository directory; see below
org.ops4j.pax.url.mvn.useFallbackRepositoriesoptional; whether http://repo1.maven.org/maven2 should be used as one of implicit remote repositories
org.ops4j.pax.url.mvn.settingsoptional; the path to settings.xml; see below
org.ops4j.pax.url.mvn.globalChecksumPolicyoptional; policy for handling checksums
org.ops4j.pax.url.mvn.globalUpdatePolicyoptional; remote maven repository update policy; see github

org.ops4j.pax.url.mvn.defaultLocalRepoAsRemote

optional; true/false if local repository should be used as first, implicit remote repository. Should always be false.


org.ops4j.pax.url.mvn.certificateCheckoptional; true/false if the SSL certificate check should be done. Default false.

org.ops4j.pax.url.mvn.proxySupport

optional; true/false if the proxy support is enabled . Default true.


org.ops4j.pax.url.mvn.timeouttimeout set for socket connection and read operations; used when socket.readTimeout or socket.connectionTimeout are not defined
org.ops4j.pax.url.mvn.socket.readTimeoutdedicated option for setting read timeout when accessing remote repositories2.5.0
org.ops4j.pax.url.mvn.socket.connectionTimeoutdedicated option for setting connection timeout when accessing remote repositories2.5.0

org.ops4j.pax.url.mvn.socket.linger

SO_LINGER option for sockets (see details here, default value is -1)2.5.0
org.ops4j.pax.url.mvn.socket.reuseAddressSO_REUSEADDDR option for sockets (see details here, default value is false)2.5.0
org.ops4j.pax.url.mvn.socket.tcpNoDelayTCP_NODELAY option for sockets (see details here, default value is true)2.5.0
org.ops4j.pax.url.mvn.socket.keepAliveSO_KEEPALIVE option for sockets (see details here, default value is false)2.5.0
org.ops4j.pax.url.mvn.connection.bufferSizebuffer size (read and write buffers) used by Apache httpclient when accessing remote repositories (default value is 8192)2.5.0
org.ops4j.pax.url.mvn.connection.retryCountconfiguration option for Apache httpclient's DefaultHttpRequestRetryHandler (default value is 3)2.5.0

Anchor
settings.xml
settings.xml

...