From f9d6c7446950689d0a716ac8137419467777b7d0 Mon Sep 17 00:00:00 2001 From: Alan Braz <alanbraz@br.ibm.com> Date: Fri, 31 Jan 2020 20:44:47 +0000 Subject: [PATCH] Added settings.xml to make build work at OCP --- configuration/settings.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 configuration/settings.xml diff --git a/configuration/settings.xml b/configuration/settings.xml new file mode 100644 index 000000000..48e270088 --- /dev/null +++ b/configuration/settings.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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"> + <servers> + <server> + <id>os-core</id> + <username>os-core</username> + <!-- Treat this auth token like a password. Do not share it with anyone, including Microsoft support. --> + <!-- The generated token expires on or before 11/14/2019 --> + <password>${VSTS_FEED_TOKEN}</password> + </server> + </servers> +</settings> \ No newline at end of file -- GitLab