There was an error while loading. Please reload this page.
1 parent b314111 commit 136e7a8Copy full SHA for 136e7a8
1 file changed
tika-parent/pom.xml
@@ -1482,7 +1482,14 @@
1482
<plugin>
1483
<groupId>org.apache.rat</groupId>
1484
<artifactId>apache-rat-plugin</artifactId>
1485
- <version>${rat.version}</version>
+ <configuration>
1486
+ <excludes>
1487
+ <exclude>nb-configuration.xml</exclude> <!-- local netbeans -->
1488
+ <exclude>nbactions.xml</exclude> <!-- local netbeans -->
1489
+ <exclude>**/test-documents/**</exclude>
1490
+ <exclude>**/target/**</exclude> <!-- generated files -->
1491
+ </excludes>
1492
+ </configuration>
1493
<executions>
1494
<execution>
1495
<phase>verify</phase>
0 commit comments