Class BasicRepositoryConnectorConfigurationKeys
java.lang.Object
org.eclipse.aether.connector.basic.BasicRepositoryConnectorConfigurationKeys
The configuration keys for
BasicRepositoryConnector
.- Since:
- 2.0.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Number of threads in basic connector for downloading.static final String
Enables or disables parallel PUT processing (parallel deploys) on basic connector globally or per remote repository.static final String
Flag indicating whether checksums which are retrieved during checksum validation should be persisted in the local repository next to the file they provide the checksum for.static final String
Flag indicating that instead of comparing the external checksum fetched from the remote repo with the calculated one, it should try to extract the reference checksum from the actual artifact response headers This only works for HTTP transports.static final String
Deprecated.static final String
Number of threads in basic connector for uploading.static final String
The prefix for configuration properties.static final boolean
static final boolean
static final boolean
static final int
-
Method Summary
-
Field Details
-
CONFIG_PROPS_PREFIX
The prefix for configuration properties.- See Also:
-
CONFIG_PROP_PERSISTED_CHECKSUMS
Flag indicating whether checksums which are retrieved during checksum validation should be persisted in the local repository next to the file they provide the checksum for.- Since:
- 0.9.0.M4
- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
Boolean
- Default value:
DEFAULT_PERSISTED_CHECKSUMS
- Supports Repo ID Suffix:
- No
-
DEFAULT_PERSISTED_CHECKSUMS
- See Also:
-
CONFIG_PROP_THREADS
Deprecated.UseCONFIG_PROP_UPSTREAM_THREADS
andCONFIG_PROP_DOWNSTREAM_THREADS
instead.Number of threads in basic connector for uploading/downloading. Observed only if some of the upstream or downstream threads are not set. (Deprecated)- Since:
- 0.9.0.M4
- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
Integer
- Default value:
DEFAULT_THREADS
- Supports Repo ID Suffix:
- No
-
CONFIG_PROP_UPSTREAM_THREADS
Number of threads in basic connector for uploading.- Since:
- 2.0.0
- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
Integer
- Default value:
DEFAULT_THREADS
- Supports Repo ID Suffix:
- Yes
-
CONFIG_PROP_DOWNSTREAM_THREADS
Number of threads in basic connector for downloading.- Since:
- 2.0.0
- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
Integer
- Default value:
DEFAULT_THREADS
- Supports Repo ID Suffix:
- Yes
-
DEFAULT_THREADS
- See Also:
-
CONFIG_PROP_PARALLEL_PUT
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.- Since:
- 1.9.5
- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
Boolean
- Default value:
DEFAULT_PARALLEL_PUT
- Supports Repo ID Suffix:
- Yes
-
DEFAULT_PARALLEL_PUT
- See Also:
-
CONFIG_PROP_SMART_CHECKSUMS
Flag indicating that instead of comparing the external checksum fetched from the remote repo with the calculated one, it should try to extract the reference checksum from the actual artifact response headers This only works for HTTP transports.- Since:
- 0.9.0.M3
- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
Boolean
- Default value:
DEFAULT_SMART_CHECKSUMS
- Supports Repo ID Suffix:
- No
-
DEFAULT_SMART_CHECKSUMS
- See Also:
-
CONFIG_PROP_UPSTREAM_THREADS
andCONFIG_PROP_DOWNSTREAM_THREADS
instead.