Skip to content

Commit 2759088

Browse files
committed
clean up repo attributes
1 parent 6c55d60 commit 2759088

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

content/reference/deps_edn.adoc

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,8 @@ The `:url` is a string url to the repository root.
395395
`http://` urls are not supported by default, but see <<deps_and_cli#env_vars>> for information on the `CLOJURE_CLI_ALLOW_HTTP_REPO` if you need this.
396396

397397
[[procurer_mvn_repos_releases]]
398-
===== `:releases`
398+
[[procurer_mvn_repos_snapshots]]
399+
==== `:releases` and `:snapshots`
399400

400401
The `:releases` attribute is optional, but can be used to override the default repository configuration for release (non-snapshot artifacts):
401402

@@ -409,25 +410,16 @@ The `:releases` attribute is optional, but can be used to override the default r
409410
:checksum :fail}}}}
410411
----
411412

412-
[[procurer_mvn_repos_snapshots]]
413-
===== `:snapshots`
413+
The `:snapshots` attribute is the same as the `:releases` attribute, but applies repository policy for snapshot artifacts.
414414

415-
Same as the `:releases` attribute, but used to apply repository policy for snapshot artifacts.
415+
Repository attributes:
416416

417417
[[procurer_mvn_repos_enabled]]
418-
===== `:enabled`
419-
420-
`:enabled` is a boolean, default=true. Sometimes this is used to target a repository only for releases or snapshots.
421-
422418
[[procurer_mvn_repos_update]]
423-
===== `:update`
424-
425-
`:update` is a flag for how often to check the repo for updates, valid values are `:daily` (default), `:always`, `:never`, or an interval in minutes (integer).
426-
427419
[[procurer_mvn_repos_checksum]]
428-
===== `:checksum`
429-
430-
`:checksum` is a flag for checksum validation, one of `:warn` (default), `:fail`, `:ignore`.
420+
* `:enabled` is a boolean, default=true. Sometimes this is used to target a repository only for releases or snapshots.
421+
* `:update` is a flag for how often to check the repo for updates, valid values are `:daily` (default), `:always`, `:never`, or an interval in minutes (integer).
422+
* `:checksum` is a flag for checksum validation, one of `:warn` (default), `:fail`, `:ignore`.
431423

432424
[[tools]]
433425
== Tool definition

0 commit comments

Comments
 (0)