In addition to the basic settings that are common for all remote repositories, there are specific settings for the following package types:
Field | Description |
---|---|
Checksum Policy | Checking the Checksum effectively verifies the integrity of a deployed resource. The Checksum Policy determines how the system behaves when a client checksum for a remote resource is missing or conflicts with the locally calculated checksum. There are four options:
|
Max Unique Snapshots | Specifies the maximum number of unique snapshots of the same artifact that should be stored. Once this number is reached and a new snapshot is uploaded, the oldest stored snapshot is removed automatically. A value of 0 (default) indicates that there is no limit on the number of unique snapshots. |
Eagerly Fetch Jars | When set, if a POM is requested, Artifactory attempts to fetch the corresponding jar in the background. This will accelerate first access time to the jar when it is subsequently requested. |
Suppress POM Consistency Checks | By default, the system keeps your repositories healthy by refusing POMs with incorrect coordinates (path). If the You can disable this behavior by setting the Suppress POM Consistency checkbox. |
Eagerly Fetch Sources | When set, if a binaries jar is requested, Artifactory attempts to fetch the corresponding source jar in the background. This will accelerate the initial access time to the source jar when it is subsequently requested. |
Handle Releases | If set, Artifactory enables you to deploy or cache release artifacts into this repository. |
Handle Snapshots | If set, Artifactory enables you to deploy or cache snapshot artifacts into this repository. |