From ea65e66613000eeddadff209a5ae64ba59961b3d Mon Sep 17 00:00:00 2001 From: Derek Hudson <dhudsons@amazon.com> Date: Mon, 24 Feb 2025 15:55:08 +0000 Subject: [PATCH] Fixed another issue. --- provider/notification-aws/build-aws/buildspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider/notification-aws/build-aws/buildspec.yaml b/provider/notification-aws/build-aws/buildspec.yaml index a60523b27..4a873e626 100644 --- a/provider/notification-aws/build-aws/buildspec.yaml +++ b/provider/notification-aws/build-aws/buildspec.yaml @@ -69,7 +69,7 @@ phases: - if [ "$GIT_SECRETS_SCAN_RESULT" = "FAILED" ]; then echo "Secrets detected!" && exit 1; fi - echo "Building primary service assemblies..." - - mvn --no-transfer-progress -ntp -B test install -P core, aws -Ddeployment.environment=prod + - mvn --no-transfer-progress -ntp -B test install -P core,aws -Ddeployment.environment=prod - mvn --no-transfer-progress sonar:sonar -P aws -Dsonar.scm.provider=git -Dsonar.login=${SONAR_USERNAME} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.branch.name=${BRANCH_NAME} -Dsonar.host.url=${SONAR_URL} - echo "Building integration testing assemblies and gathering artifacts..." -- GitLab