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
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,15 @@ envs:
62
62
MAVEN_REPO_URL. The default is to generate a random ID.
63
63
See MAVEN_REPOS for specifying multiple repositories.
64
64
- name: "MAVEN_REPOS"
65
-
example: "dev-one,qe-two"
66
-
description: "If set, multi-repo support is enabled, and other MAVEN_REPO_* variables will be prefixed. For example: DEV_ONE_MAVEN_REPO_URL and QE_TWO_MAVEN_REPO_URL"
65
+
example: "DEV-ONE,QE-TWO"
66
+
description: >
67
+
Enables multi-repo support. Specify a comma-delimited list of capitalized
68
+
repository identifiers. The configuration for each repository will be
69
+
determined by correspondingly prefixed `MAVEN_REPO_*` variables. Any dashes
70
+
in repository names will be replaced with underscores. For example:
71
+
Specifying `DEV-ONE,QE-TWO` configures two repositories and their
72
+
URLs will be read from `DEV_ONE_MAVEN_REPO_URL` and
0 commit comments