Skip to content

Commit 85fff00

Browse files
authored
kie-issues#1670: Migrate Apache licenses check to apache rat 0.17.x (#48)
Closes: apache/incubator-kie-issues#1670
1 parent 1de7e20 commit 85fff00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/community/verify.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ Unzip `apache-kie-${release_version}-${rc_version}-sources.zip` and check the fo
146146
- LICENSE and NOTICE files in the root directory are correct.
147147
- All files have ASF license headers if necessary. Apache Rat helps the verification.
148148
- In the root directory of the sources package,
149-
- Download the jar: `curl -LO https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.16.1/apache-rat-0.16.1.jar`
150-
- Run `java -jar apache-rat-0.16.1.jar -d . -E .rat-excludes-combined > rat-result.txt` (It takes a few minutes. `.rat-excludes-combined` has been introduced since 10.1.0 release candidates)
149+
- Download the jar: `curl -LO https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.17/apache-rat-0.17.jar`
150+
- Run `java -jar apache-rat-0.17.jar -E .rat-excludes-combined -- . > rat-result.txt` (It takes a few minutes. `.rat-excludes-combined` has been introduced since 10.1.0 release candidates)
151151
- NOTE: If `.rat-excludes-combined` doesn't exist under the root directory, do the steps (run apache-rat, review the result) under the subdirectories, which have `.rat-excludes` instead.
152152
- Review the `rat-result.txt`. `Files with unapproved licenses:` should be one of the followings
153153
- Listed in `LICENSE`

0 commit comments

Comments
 (0)