Skip to content

Commit

Permalink
Add spring-3.2 module to be ignored in ws scan task (#4757)
Browse files Browse the repository at this point in the history
  • Loading branch information
irina-batinic-sonarsource authored Apr 4, 2024
1 parent b8d676a commit 283b1bb
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 @@ -116,7 +116,7 @@ ws_scan_task:
whitesource_script:
- source cirrus-env QA
- source set_maven_build_version $BUILD_NUMBER
- mvn clean install -Dmaven.test.skip=true -pl '!java-checks-test-sources,!java-checks-test-sources/default,!java-checks-test-sources/aws'
- mvn clean install -Dmaven.test.skip=true -pl '!java-checks-test-sources,!java-checks-test-sources/default,!java-checks-test-sources/aws,!java-checks-test-sources/spring-3.2'
- source ws_scan.sh
allow_failures: "true"
always:
Expand Down

0 comments on commit 283b1bb

Please sign in to comment.