There was an error while loading. Please reload this page.
1 parent 22244b1 commit 11dfb75Copy full SHA for 11dfb75
1 file changed
tika-eval/pom.xml
@@ -40,6 +40,15 @@
40
41
<build>
42
<plugins>
43
+ <plugin>
44
+ <groupId>org.apache.rat</groupId>
45
+ <artifactId>apache-rat-plugin</artifactId>
46
+ <configuration>
47
+ <excludes>
48
+ <exclude>tika-eval-app/src/test/resources/test-dirs/**</exclude> <!-- already checked -->
49
+ </excludes>
50
+ </configuration>
51
+ </plugin>
52
<plugin>
53
<groupId>org.apache.maven.plugins</groupId>
54
<artifactId>maven-checkstyle-plugin</artifactId>
0 commit comments