diff --git a/src/site/markdown/configuration.md b/src/site/markdown/configuration.md index d67a2fe59..eb7f781eb 100644 --- a/src/site/markdown/configuration.md +++ b/src/site/markdown/configuration.md @@ -19,7 +19,7 @@ under the License. --> Option | Type | Description | Default Value | Supports Repo ID Suffix ---- | --- | --- | --- | --- | --- | --- +--- | --- | --- | --- | --- `aether.artifactResolver.snapshotNormalization` | boolean | It replaces the timestamped snapshot file name with a filename containing the `SNAPSHOT` qualifier only. This only affects resolving/retrieving artifacts but not uploading those. | `true` | no `aether.checksums.forSignature` | boolean | Flag indicating if signature artifacts (`.asc`) should have checksums. | `false` | no `aether.checksums.algorithms` | String | List of [algorithms](https://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#MessageDigest) passed to [`MessageDigest`](https://docs.oracle.com/javase/7/docs/api/java/security/MessageDigest.html) with which checksums are validated (downloaded) and generated (uploaded). | `"SHA-512,SHA-256,SHA-1,MD5"` | no