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
rewrite description of MAVEN_MIRRORS to properly document the format
of the parameter (uppercase, dashes get replaced with underscores).
Signed-off-by: Jonathan Dowland <[email protected]>
Copy file name to clipboardExpand all lines: modules/maven/default/module.yaml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,16 @@ envs:
42
42
Defaults to "external:*".
43
43
example: external:*
44
44
- name: MAVEN_MIRRORS
45
-
description: "If set, multi-mirror support is enabled, and other MAVEN_MIRROR_* variables will be prefixed. For example: DEV_ONE_MAVEN_MIRROR_URL and QE_TWO_MAVEN_MIRROR_URL"
46
-
example: "dev-one,qe-two"
45
+
description: >
46
+
Enables multi-mirror support. Specify a comma-delimited list of capitalized
47
+
mirror identifiers. The configuration for each mirror will be determined by
48
+
correspondingly prefixed `MAVEN_MIRROR_*` variables. Any dashes in mirror
49
+
names will be replaced by underscores. For example: Specifying
50
+
`DEV-ONE,QE-TWO` configures two mirrors and their URLs will be read from
51
+
the `DEV_ONE_MAVEN_MIRROR_URL` and `QE_TWO_MAVEN_MIRROR_URL` variables.
52
+
See also: `prefix_MAVEN_MIRROR_ID`; `prefix_MAVEN_MIRROR_OF`;
53
+
`prefix_MAVEN_MIRROR_URL`.
54
+
example: "DEV-ONE,QE-TWO"
47
55
- name: prefix_MAVEN_MIRROR_ID
48
56
description: "ID to be used for the specified mirror. If omitted, a unique ID will be generated."
0 commit comments