Skip to content

Commit ffcc672

Browse files
rat
1 parent 4df6a9a commit ffcc672

9 files changed

Lines changed: 22 additions & 1 deletion

File tree

1.2.0.Final)

Whitespace-only changes.

1.7.0)

Whitespace-only changes.

2.7.9)

Whitespace-only changes.

3.2.0)

Whitespace-only changes.

3.2.1)

Whitespace-only changes.

5.1.9)

Whitespace-only changes.

[Help

Whitespace-only changes.

mvn

Whitespace-only changes.

pom.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,28 @@
484484
</testIncludes>
485485
</configuration>
486486
</plugin>
487-
487+
488+
<plugin>
489+
<groupId>org.apache.rat</groupId>
490+
<artifactId>apache-rat-plugin</artifactId>
491+
<version>0.16.1</version>
492+
<executions>
493+
<execution>
494+
<goals>
495+
<goal>check</goal>
496+
</goals>
497+
<configuration>
498+
<excludes>
499+
<exclude>**/*.md</exclude>
500+
<exclude>**/*.xml</exclude>
501+
<exclude>**/*.properties</exclude>
502+
<!-- Add other file patterns as needed -->
503+
</excludes>
504+
</configuration>
505+
</execution>
506+
</executions>
507+
</plugin>
508+
488509
<!-- jacoco -->
489510
<plugin>
490511
<groupId>org.jacoco</groupId>

0 commit comments

Comments
 (0)