Skip to content

Commit 31ef6ac

Browse files
committed
PDFBOX-5660: add exclusions for rat 0.17
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1929205 13f79535-47bb-0310-9956-ffa450edef68
1 parent 99d6c8f commit 31ef6ac

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

pom.xml

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,23 @@
5050
</scm>
5151

5252
<build>
53-
<pluginManagement>
54-
<plugins>
55-
<plugin>
56-
<groupId>org.apache.rat</groupId>
57-
<artifactId>apache-rat-plugin</artifactId>
58-
<version>0.16.1</version>
59-
<configuration>
60-
<excludes>
61-
<exclude>release.properties</exclude>
62-
<exclude>.github/workflows/codeql-analysis.yml</exclude>
63-
</excludes>
64-
</configuration>
65-
</plugin>
66-
</plugins>
67-
</pluginManagement>
53+
<plugins>
54+
<plugin>
55+
<groupId>org.apache.rat</groupId>
56+
<artifactId>apache-rat-plugin</artifactId>
57+
<configuration>
58+
<excludes>
59+
<!-- already tested before -->
60+
<exclude>/pdfbox/**</exclude>
61+
<exclude>/fontbox/**</exclude>
62+
<exclude>/io/**</exclude>
63+
<exclude>/xmpbox/**</exclude>
64+
<exclude>/tools/**</exclude>
65+
<exclude>/examples/**</exclude>
66+
</excludes>
67+
</configuration>
68+
</plugin>
69+
</plugins>
6870
</build>
6971

7072
<profiles>

0 commit comments

Comments
 (0)