Skip to content

Commit

Permalink
Merge pull request #409 from jmtd/OPENJDK-2388-MAVEN_MIRROR_OF-docs
Browse files Browse the repository at this point in the history
[rhel-8] [OPENJDK-2388] document MAVEN_MIRROR_OF
  • Loading branch information
jmtd authored Oct 25, 2023
2 parents 0a41ced + d20eee3 commit 1480a3e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion modules/maven/api/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@ envs:
- name: MAVEN_CLEAR_REPO
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*.
- name: MAVEN_MIRROR_URL
description: The base URL of a mirror used for retrieving artifacts.
description: >
The base URL of a mirror used for retrieving artifacts.
For multi-mirror support, see `MAVEN_MIRRORS`.
example: "http://10.0.0.1:8080/repository/internal/"
- name: MAVEN_MIRROR_OF
description: >
Repository IDs mirrored by the mirror specified in `MAVEN_MIRROR_URL`.
For multi-mirror support, see `MAVEN_MIRRORS`.
Defaults to "external:*".
example: external:*
- name: MAVEN_MIRRORS
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"
example: "dev-one,qe-two"
Expand Down

0 comments on commit 1480a3e

Please sign in to comment.