| <!-- |
| Copyright © 1991 and later Unicode, Inc. |
| All rights reserved. |
| License and terms of use: http://www.unicode.org/copyright.html |
| |
| This file is used during builds to be able to access a temporary copy |
| of icu4j.jar and utilities.jar. See CLDR-11585. |
| TODO: Remove this when ICU-21251 is completed. |
| --> |
| <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 |
| http://maven.apache.org/xsd/settings-1.0.0.xsd"> |
| <activeProfiles> |
| <activeProfile>github</activeProfile> |
| </activeProfiles> |
| <profiles> |
| <profile> |
| <id>github</id> |
| <repositories> |
| <!-- the 'central' repository is already defined by default. --> |
| <repository> |
| <id>github</id> |
| <name>GitHub unicode-org/cldr Apache Maven Packages</name> |
| <url>https://maven.pkg.github.com/unicode-org/cldr</url> |
| </repository> |
| <repository> |
| <id>githubicu</id> |
| <name>GitHub unicode-org/icu Apache Maven Packages</name> |
| <url>https://maven.pkg.github.com/unicode-org/icu</url> |
| </repository> |
| <repository> |
| <id>githubcldr</id> |
| <name>GitHub unicode-org/cldr Apache Maven Packages</name> |
| <url>https://maven.pkg.github.com/unicode-org/cldr</url> |
| </repository> |
| </repositories> |
| </profile> |
| </profiles> |
| |
| <servers> |
| <server> |
| <id>github</id> |
| <username>${GITHUB_ACTOR}</username> |
| <password>${GITHUB_TOKEN}</password> |
| </server> |
| <server> |
| <id>githubicu</id> |
| <username>${GITHUB_ACTOR}</username> |
| <password>${GITHUB_TOKEN}</password> |
| </server> |
| <server> |
| <id>githubcldr</id> |
| <username>${GITHUB_ACTOR}</username> |
| <password>${GITHUB_TOKEN}</password> |
| </server> |
| </servers> |
| </settings> |