Skip to content
Snippets Groups Projects
Commit d96d5cd0 authored by Jiman Kim's avatar Jiman Kim
Browse files

only add sonar on aws code

parent 086ca998
Branches
Tags
1 merge request!539AWS Merge Dev Into Master
......@@ -73,8 +73,8 @@ phases:
- echo "Building primary service assemblies..."
- mvn --no-transfer-progress install -N # required for this service to install the parent pom so that the integration tests will find it
- mvn --no-transfer-progress -B test install -pl .,schema-core,provider/schema-aws -Ddeployment.environment=prod -Dsonar.login=${SONAR_USERNAME} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.branch.name=${BRANCH_NAME}
- mvn -ntp -B test install -pl .,schema-core,provider/schema-aws -Ddeployment.environment=prod
- mvn sonar:sonar -pl .,provider/schema-aws -Dsonar.login=${SONAR_USERNAME} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.branch.name=${BRANCH_NAME}
- echo "Building integration testing assemblies and gathering artifacts..."
#Needed to add this for Windows
- chmod +x ./testing/schema-test-aws/build-aws/prepare-dist.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment