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
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
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
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
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:
Integer
- Default value:
DEFAULT_THREADS
- Supports Repo ID Suffix:
- No
-
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:
-