Skip to content

Commit 61d82a1

Browse files
authored
[CI] add apache rat for license check of non java files (apache#1219)
* switch to apache rat for license check * address jark comments * Address Jark comment
1 parent 137a106 commit 61d82a1

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/license-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
with:
4040
java-version: 8
4141
distribution: 'temurin'
42+
4243
- name: Build
4344
run: |
4445
set -o pipefail

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -873,13 +873,6 @@
873873

874874
<pluginManagement>
875875
<plugins>
876-
<plugin>
877-
<groupId>org.apache.rat</groupId>
878-
<artifactId>apache-rat-plugin</artifactId>
879-
<configuration>
880-
<skip>true</skip>
881-
</configuration>
882-
</plugin>
883876
<plugin>
884877
<groupId>org.apache.maven.plugins</groupId>
885878
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)