From 630f7cd21945ec3cbb4459c82fbed1a7a02f228f Mon Sep 17 00:00:00 2001 From: Ravi Pendurty Date: Tue, 15 Jul 2025 18:59:30 +0530 Subject: [PATCH] Override global settings with project specific settings.xml Issue-ID: OAM-476 Change-Id: Iff5e2a909c78b7d01b0a278b59d59d6e2123b282 Signed-off-by: Ravi Pendurty --- .github/workflows/gerrit-verify.yaml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index 3c25981..f25f9c3 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -99,6 +99,7 @@ jobs: MVN_VERSION: "3.9.6" MVN_PROFILES: "docker" MVN_PHASES: "clean install" + MVN_PARAMS: "-s settings.xml" # yamllint disable rule:line-length MVN_OPTS: >- -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn diff --git a/README.md b/README.md index 671aeef..d4ed8b5 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,4 @@ This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENS - Github workflows will be used instead of Jenkins for CI/CD - 2 Github workflows are added for building the code - GERRIT_PROJECT needs special handling due to the repo naming convention +- Test commit to check GHA triggering -- 2.16.6