Skip to content

Commit

Permalink
Fix: Update call to maven sonar GHA workflow
Browse files Browse the repository at this point in the history
Issue-ID: CIMAN-33
Change-Id: I7c6ac80b4b2cce6747d01a5dd3d3fbffb3a2af5d
Signed-off-by: Jessica Wagantall <[email protected]>
  • Loading branch information
jwagantall committed Mar 22, 2024
1 parent 0549d0e commit b34f4f2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/gerrit-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,9 @@ jobs:
ENV_VARS: '{"MAVEN_OPTS": "--add-opens=java.base/java.util=ALL-UNNAMED"}'
ENV_SECRETS: "{}"
JDK_VERSION: "17"
MVN_PHASES: "clean install"
MVN_OPTS: >-
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
-Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r
-DaltDeploymentRepository=staging::default::file:"${GITHUB_WORKSPACE}"/m2repo
SONAR_PROJECT_KEY: "onap_ccsdk-cds"
SONAR_ORG: "onap"
SONAR_ARGS: >
-Dsonar.organization=onap
-Dsonar.projectKey=onap_ccsdk-cds
-Dsonar.sources=src/main
-Dsonar.test.inclusions=**/*.java,**/*.kt
-Dsonar.tests=src/tests
Expand Down

0 comments on commit b34f4f2

Please sign in to comment.