Skip to content

Commit 136e7a8

Browse files
committed
TIKA-4504: add exclusions
1 parent b314111 commit 136e7a8

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

tika-parent/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,14 @@
14821482
<plugin>
14831483
<groupId>org.apache.rat</groupId>
14841484
<artifactId>apache-rat-plugin</artifactId>
1485-
<version>${rat.version}</version>
1485+
<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>
14861493
<executions>
14871494
<execution>
14881495
<phase>verify</phase>

0 commit comments

Comments
 (0)