diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c78051f71..fd8df7f9f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,12 @@ jobs: with: fetch-depth: 2 + - name: License check(RAT) + run: | + mvn apache-rat:check -ntp + find ./ -name rat.txt -print0 | xargs -0 -I file cat file > merged-rat.txt + grep "Binaries" merged-rat.txt -C 3 && cat merged-rat.txt + - name: Compile run: | mvn clean compile -U -Dmaven.javadoc.skip=true -ntp diff --git a/hugegraph-dist/src/assembly/travis/private-key.gpg.gpg b/hugegraph-dist/src/assembly/travis/private-key.gpg.gpg deleted file mode 100644 index f968f6197e..0000000000 Binary files a/hugegraph-dist/src/assembly/travis/private-key.gpg.gpg and /dev/null differ diff --git a/hugegraph-dist/src/main/resources/public-certs.store b/hugegraph-dist/src/main/resources/public-certs.store deleted file mode 100644 index 0da6d22699..0000000000 Binary files a/hugegraph-dist/src/main/resources/public-certs.store and /dev/null differ diff --git a/pom.xml b/pom.xml index 890c3a0fda..7e52c0c429 100644 --- a/pom.xml +++ b/pom.xml @@ -412,6 +412,7 @@ **/*.properties dist/**/* **/assembly/static/bin/hugegraph.service + **/swagger-ui/**/* scripts/dev/reviewers scripts/dev/reviewers **/*.md