This is an automated email from the ASF dual-hosted git repository. bmarwell pushed a commit to branch MRESOLVER-382_outgoing_interface in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
commit d01631f0fce0d17d1e8e2d7c28e1f00b0950695c Author: Benjamin Marwell <[email protected]> AuthorDate: Wed Jul 5 08:40:02 2023 +0200 [MRESOLVER-382] configuration documentation --- src/site/markdown/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/site/markdown/configuration.md b/src/site/markdown/configuration.md index 4e193dfb..d9a3b65c 100644 --- a/src/site/markdown/configuration.md +++ b/src/site/markdown/configuration.md @@ -34,6 +34,7 @@ Option | Type | Description | Default Value | Supports Repo ID Suffix `aether.connector.basic.parallelPut` | boolean | Enables or disables parallel PUT processing (parallel deploys) on basic connector globally or per remote repository. When disabled, connector behaves exactly as in Maven 3.8.x did: GETs are parallel while PUTs are sequential. | `true` | yes `aether.connector.classpath.loader` | ClassLoader | `ClassLoader` from which resources should be retrieved which start with the `classpath:` protocol. | `Thread.currentThread().getContextClassLoader()` | no `aether.connector.connectTimeout` | long | Connect timeout in milliseconds. | `10000` | yes +`aether.connector.http.bind.address` | String | Set the outgoing interface. Valid values are local accessible IP addresses or host names. The default will use the system's default route. | `null` | no `aether.connector.http.cacheState` | boolean | Flag indicating whether a memory-based cache is used for user tokens, connection managers, expect continue requests and authentication schemes. | `true` | no `aether.connector.http.connectionMaxTtl` | int | Time to live in seconds for an HTTP connection, after that time, the connection will be dropped. | `600` | yes `aether.connector.http.credentialEncoding` | String | The encoding/charset to use when exchanging credentials with HTTP servers. | `"ISO-8859-1"` | yes
