This is an automated email from the ASF dual-hosted git repository.
ipolyzos pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new 61d82a1c [CI] add apache rat for license check of non java files
(#1219)
61d82a1c is described below
commit 61d82a1cbba163dd4c1469bb5c2d3125b3f543b2
Author: MehulBatra <[email protected]>
AuthorDate: Tue Jul 15 12:48:53 2025 +0530
[CI] add apache rat for license check of non java files (#1219)
* switch to apache rat for license check
* address jark comments
* Address Jark comment
---
.github/workflows/license-check.yml | 1 +
pom.xml | 7 -------
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/.github/workflows/license-check.yml
b/.github/workflows/license-check.yml
index 22cef1e7..a830abae 100644
--- a/.github/workflows/license-check.yml
+++ b/.github/workflows/license-check.yml
@@ -39,6 +39,7 @@ jobs:
with:
java-version: 8
distribution: 'temurin'
+
- name: Build
run: |
set -o pipefail
diff --git a/pom.xml b/pom.xml
index 188c9cb2..8527f599 100644
--- a/pom.xml
+++ b/pom.xml
@@ -873,13 +873,6 @@
<pluginManagement>
<plugins>
- <plugin>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>