File tree Expand file tree Collapse file tree 1 file changed +17
-15
lines changed
Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments