From 968e57f17e054cb735ceec025220882e014dba19 Mon Sep 17 00:00:00 2001 From: kcs-koteswaradodda <86834695+kcs-koteswaradodda@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:53:41 +0530 Subject: [PATCH] Update settings.xml --- travis/settings.xml | 47 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/travis/settings.xml b/travis/settings.xml index b49ced7..b8e0916 100644 --- a/travis/settings.xml +++ b/travis/settings.xml @@ -2,20 +2,45 @@ 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"> + + artifact-registry - oauth2accesstoken - ${env.ACCESS_TOKEN} + + + + true + + + true + + + + + http.protocol.expect-continue + false + + + + + + oauth2accesstoken + ${env.ACCESS_TOKEN} + + + + + ossrh + ${env.OSSRH_USERNAME} + ${env.OSSRH_PASSWORD} + + + + + github.com + ${env.GITHUB_USERNAME} + ${env.GITHUB_TOKEN} - - - artifact-registry - https://us-west1-maven.pkg.dev/som-rit-infrastructure-prod/public-maven - - false - - -