Skip to content

Commit 22244b1

Browse files
committed
TIKA-4504: add exclusions
1 parent 5b11c9d commit 22244b1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • tika-detectors/tika-detector-siegfried

tika-detectors/tika-detector-siegfried/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,15 @@
7575
</excludes>
7676
</configuration>
7777
</plugin>
78+
<plugin>
79+
<groupId>org.apache.rat</groupId>
80+
<artifactId>apache-rat-plugin</artifactId>
81+
<configuration>
82+
<excludes>
83+
<exclude>src/test/resources/test-documents/testPDF.pdf</exclude>
84+
</excludes>
85+
</configuration>
86+
</plugin>
7887
<plugin>
7988
<artifactId>maven-shade-plugin</artifactId>
8089
<executions>

0 commit comments

Comments
 (0)