Override global settings with project specific settings.xml 22/14722/2
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Tue, 15 Jul 2025 13:29:30 +0000 (18:59 +0530)
committerRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Tue, 15 Jul 2025 14:50:07 +0000 (20:20 +0530)
Issue-ID: OAM-476
Change-Id: Iff5e2a909c78b7d01b0a278b59d59d6e2123b282
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
.github/workflows/gerrit-verify.yaml
README.md

index 3c25981..f25f9c3 100644 (file)
@@ -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
index 671aeef..d4ed8b5 100644 (file)
--- 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