[CELEBORN-1108] Rat plugin check for more modules

### What changes were proposed in this pull request?

### Why are the changes needed?

### Does this PR introduce _any_ user-facing change?

### How was this patch tested?

Closes #2068 from cxzl25/CELEBORN-1108.

Authored-by: sychen <sychen@ctrip.com>
Signed-off-by: Fu Chen <cfmcgrady@gmail.com>
This commit is contained in:
sychen 2023-11-03 14:03:08 +08:00 committed by Fu Chen
parent c8b5384baf
commit 0e5008db19

View File

@ -44,8 +44,11 @@ jobs:
check-latest: false
- run: |
build/mvn org.apache.rat:apache-rat-plugin:check -Pgoogle-mirror,flink-1.14
build/mvn org.apache.rat:apache-rat-plugin:check -Pgoogle-mirror,flink-1.15
build/mvn org.apache.rat:apache-rat-plugin:check -Pgoogle-mirror,flink-1.17
build/mvn org.apache.rat:apache-rat-plugin:check -Pgoogle-mirror,spark-2.4
build/mvn org.apache.rat:apache-rat-plugin:check -Pgoogle-mirror,spark-3.3
build/mvn org.apache.rat:apache-rat-plugin:check -Pgoogle-mirror,mr
- name: Upload rat report
if: failure()
uses: actions/upload-artifact@v2