Skip to content

Commit

Permalink
[NO JIRA] Fix Mend build, it uses the non -recursive maven option '-p…
Browse files Browse the repository at this point in the history
…l' (#4548)
  • Loading branch information
alban-auzeill authored Nov 17, 2023
1 parent 295074d commit e1bafe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ws_scan_task:
whitesource_script:
- source cirrus-env QA
- source set_maven_build_version $BUILD_NUMBER
- mvn clean install -DskipTests -pl '!java-checks-test-sources'
- mvn clean install -DskipTests -pl '!java-checks-test-sources,!java-checks-test-sources/default,!java-checks-test-sources/aws'
- source ws_scan.sh
allow_failures: "true"
always:
Expand Down

0 comments on commit e1bafe1

Please sign in to comment.