You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/reference/deps_edn.adoc
+7-15Lines changed: 7 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -395,7 +395,8 @@ The `:url` is a string url to the repository root.
395
395
`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.
396
396
397
397
[[procurer_mvn_repos_releases]]
398
-
===== `:releases`
398
+
[[procurer_mvn_repos_snapshots]]
399
+
==== `:releases` and `:snapshots`
399
400
400
401
The `:releases` attribute is optional, but can be used to override the default repository configuration for release (non-snapshot artifacts):
401
402
@@ -409,25 +410,16 @@ The `:releases` attribute is optional, but can be used to override the default r
409
410
:checksum :fail}}}}
410
411
----
411
412
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.
414
414
415
-
Same as the `:releases` attribute, but used to apply repository policy for snapshot artifacts.
415
+
Repository attributes:
416
416
417
417
[[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
-
422
418
[[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
-
427
419
[[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`.
0 commit comments