diff --git a/indexer-core/maven/settings.xml b/indexer-core/maven/settings.xml deleted file mode 100644 index b7a15a01004e3079c32548b080a7c49d2861d9df..0000000000000000000000000000000000000000 --- a/indexer-core/maven/settings.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?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>slb-des-ext-collaboration</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> diff --git a/provider/indexer-azure/README.md b/provider/indexer-azure/README.md index fc52a8e9698754035054a79e0bd1656d2a02575d..8f12c581017ae8e3ae0d9d264107fab0eb8f97d1 100644 --- a/provider/indexer-azure/README.md +++ b/provider/indexer-azure/README.md @@ -10,7 +10,7 @@ In order to run this service locally, you will need the following: - [Maven 3.6.0+](https://maven.apache.org/download.cgi) - [AdoptOpenJDK8](https://adoptopenjdk.net/) -- Infrastructure dependencies, deployable through the relevant [infrastructure template](https://dev.azure.com/slb-des-ext-collaboration/open-data-ecosystem/_git/infrastructure-templates?path=%2Finfra&version=GBmaster&_a=contents) +- Infrastructure dependencies, deployable through the relevant [infrastructure template](https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-azure-provisioning/-/blob/master/docs/service-automation.md) - While not a strict dependency, example commands in this document use [bash](https://www.gnu.org/software/bash/) ### General Tips diff --git a/provider/indexer-azure/maven/settings.xml b/provider/indexer-azure/maven/settings.xml deleted file mode 100644 index d1af8b94a57f11b702675b23a2e5c8555bd73aed..0000000000000000000000000000000000000000 --- a/provider/indexer-azure/maven/settings.xml +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Copyright © Microsoft Corporation - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - -<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>slb-des-ext-collaboration</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> - <server> - <id>azure-auth</id> - <configuration> - <tenant>${AZURE_DEPLOY_TENANT}</tenant> - <client>${AZURE_DEPLOY_CLIENT_ID}</client> - <key>${AZURE_DEPLOY_CLIENT_SECRET}</key> - <environment>AZURE</environment> - </configuration> - </server> - </servers> -</settings> \ No newline at end of file diff --git a/provider/indexer-gcp/maven/settings.xml b/provider/indexer-gcp/maven/settings.xml deleted file mode 100644 index 2a633d9a30c1997609060dcc31667d3dc1b6774a..0000000000000000000000000000000000000000 --- a/provider/indexer-gcp/maven/settings.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?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>slb-des-ext-collaboration</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 diff --git a/testing/maven/settings.xml b/testing/maven/settings.xml deleted file mode 100644 index 2a633d9a30c1997609060dcc31667d3dc1b6774a..0000000000000000000000000000000000000000 --- a/testing/maven/settings.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?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>slb-des-ext-collaboration</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