This is an automated email from the ASF dual-hosted git repository.
kbowers pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-website.git
The following commit(s) were added to refs/heads/main by this push:
new 85fff00 kie-issues#1670: Migrate Apache licenses check to apache rat
0.17.x (#48)
85fff00 is described below
commit 85fff00587c5b8b47705c65f689c0e4358d7000e
Author: Jozef Marko <[email protected]>
AuthorDate: Mon Feb 23 18:27:02 2026 +0100
kie-issues#1670: Migrate Apache licenses check to apache rat 0.17.x (#48)
Closes: https://github.com/apache/incubator-kie-issues/issues/1670
---
docs/community/verify.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/community/verify.md b/docs/community/verify.md
index 6adcc00..0074b52 100644
--- a/docs/community/verify.md
+++ b/docs/community/verify.md
@@ -146,8 +146,8 @@ Unzip
`apache-kie-${release_version}-${rc_version}-sources.zip` and check the fo
- LICENSE and NOTICE files in the root directory are correct.
- All files have ASF license headers if necessary. Apache Rat helps the
verification.
- In the root directory of the sources package,
- - Download the jar: `curl -LO
https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.16.1/apache-rat-0.16.1.jar`
- - 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)
+ - Download the jar: `curl -LO
https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.17/apache-rat-0.17.jar`
+ - 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)
- 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.
- Review the `rat-result.txt`. `Files with unapproved licenses:` should be
one of the followings
- Listed in `LICENSE`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]