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: modules/maven/default/module.yaml
+35-27
Original file line number
Diff line number
Diff line change
@@ -43,14 +43,22 @@ envs:
43
43
Defaults to "external:*".
44
44
example: external:*
45
45
- name: MAVEN_MIRRORS
46
-
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"
47
-
example: "dev-one,qe-two"
48
-
- name: prefix_MAVEN_MIRROR_ID
46
+
description: >
47
+
Enables multi-mirror support. Specify a comma-delimited list of capitalized
48
+
mirror identifiers. The configuration for each mirror will be determined by
49
+
correspondingly prefixed `MAVEN_MIRROR_*` variables. Any dashes in mirror
50
+
names will be replaced by underscores. For example: Specifying
51
+
`DEV-ONE,QE-TWO` configures two mirrors and their URLs will be read from
52
+
the `DEV_ONE_MAVEN_MIRROR_URL` and `QE_TWO_MAVEN_MIRROR_URL` variables.
53
+
See also: `<prefix>_MAVEN_MIRROR_ID`; `<prefix>_MAVEN_MIRROR_OF`;
54
+
`<prefix>_MAVEN_MIRROR_URL`.
55
+
example: "DEV-ONE,QE-TWO"
56
+
- name: <prefix>_MAVEN_MIRROR_ID
49
57
description: "ID to be used for the specified mirror. If omitted, a unique ID will be generated."
50
58
example: "internal-mirror"
51
-
- name: prefix_MAVEN_MIRROR_OF
59
+
- name: <prefix>_MAVEN_MIRROR_OF
52
60
description: "Repository IDs mirrored by this entry. Defaults to external:*"
0 commit comments