There was an error while loading. Please reload this page.
1 parent 5b11c9d commit 22244b1Copy full SHA for 22244b1
1 file changed
tika-detectors/tika-detector-siegfried/pom.xml
@@ -75,6 +75,15 @@
75
</excludes>
76
</configuration>
77
</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>
87
<plugin>
88
<artifactId>maven-shade-plugin</artifactId>
89
<executions>
0 commit comments