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-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,16 @@ envs:
31
31
- name: MAVEN_CLEAR_REPO
32
32
description: If set then the Maven repository is removed after the artifact is built. This is useful for keeping the created application image small, but prevents *incremental* builds. Will be overridden by **S2I_ENABLE_INCREMENTAL_BUILDS**. Defaults to *false*.
33
33
- name: MAVEN_MIRROR_URL
34
-
description: The base URL of a mirror used for retrieving artifacts.
34
+
description: >
35
+
The base URL of a mirror used for retrieving artifacts.
Repository IDs mirrored by the mirror specified in `MAVEN_MIRROR_URL`.
41
+
For multi-mirror support, see `MAVEN_MIRRORS`.
42
+
Defaults to "external:*".
43
+
example: external:*
36
44
- name: MAVEN_MIRRORS
37
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"
0 commit comments