This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 5bf9f712e maybe fix rat?
5bf9f712e is described below
commit 5bf9f712e075cf4f36e96a903e8a30523d68b68a
Author: tallison <[email protected]>
AuthorDate: Wed Dec 3 16:28:15 2025 -0500
maybe fix rat?
---
pom.xml | 1 -
tika-app/pom.xml | 1 -
tika-bundles/tika-bundle-standard/pom.xml | 1 -
tika-eval/tika-eval-app/pom.xml | 1 -
tika-eval/tika-eval-core/pom.xml | 1 -
tika-handlers/pom.xml | 1 -
tika-integration-tests/tika-pipes-kafka-integration-tests/pom.xml | 1 -
.../tika-pipes-opensearch-integration-tests/pom.xml | 1 -
tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml | 1 -
tika-java7/pom.xml | 1 -
tika-langdetect/pom.xml | 1 -
tika-langdetect/tika-langdetect-opennlp/pom.xml | 1 -
tika-langdetect/tika-langdetect-tika/pom.xml | 1 -
tika-parent/pom.xml | 6 +++++-
.../tika-parsers-extended/tika-parser-scientific-module/pom.xml | 1 -
.../tika-parsers-extended/tika-parser-scientific-package/pom.xml | 1 -
.../tika-parsers-standard-modules/tika-parser-text-module/pom.xml | 1 -
tika-pipes/pom.xml | 5 +++--
tika-pipes/tika-pipes-plugins/pom.xml | 1 +
tika-pipes/tika-pipes-plugins/tika-pipes-csv/pom.xml | 1 -
tika-pipes/tika-pipes-plugins/tika-pipes-json/pom.xml | 1 -
tika-server/tika-server-core/pom.xml | 1 -
tika-server/tika-server-standard/pom.xml | 1 -
23 files changed, 9 insertions(+), 23 deletions(-)
diff --git a/pom.xml b/pom.xml
index b1d2a0ae7..e921bfb54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,6 @@ least three +1 Tika PMC votes are cast.
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>CHANGES.txt</exclude>
diff --git a/tika-app/pom.xml b/tika-app/pom.xml
index c5a694d51..ae175ad85 100644
--- a/tika-app/pom.xml
+++ b/tika-app/pom.xml
@@ -108,7 +108,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>src/test/resources/test-data/**</exclude>
diff --git a/tika-bundles/tika-bundle-standard/pom.xml
b/tika-bundles/tika-bundle-standard/pom.xml
index c6522f276..5e129b8b8 100644
--- a/tika-bundles/tika-bundle-standard/pom.xml
+++ b/tika-bundles/tika-bundle-standard/pom.xml
@@ -399,7 +399,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>src/main/resources/META-INF/MANIFEST.MF</exclude>
diff --git a/tika-eval/tika-eval-app/pom.xml b/tika-eval/tika-eval-app/pom.xml
index dba9c7a9c..56b27b066 100644
--- a/tika-eval/tika-eval-app/pom.xml
+++ b/tika-eval/tika-eval-app/pom.xml
@@ -113,7 +113,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>src/main/resources/common_tokens/*</exclude>
diff --git a/tika-eval/tika-eval-core/pom.xml b/tika-eval/tika-eval-core/pom.xml
index 140442ef3..19171c638 100644
--- a/tika-eval/tika-eval-core/pom.xml
+++ b/tika-eval/tika-eval-core/pom.xml
@@ -108,7 +108,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>src/main/resources/common_tokens/*</exclude>
diff --git a/tika-handlers/pom.xml b/tika-handlers/pom.xml
index 01bab2833..90e642402 100644
--- a/tika-handlers/pom.xml
+++ b/tika-handlers/pom.xml
@@ -48,7 +48,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>README.md</exclude>
diff --git a/tika-integration-tests/tika-pipes-kafka-integration-tests/pom.xml
b/tika-integration-tests/tika-pipes-kafka-integration-tests/pom.xml
index 588c8afc0..1c46c1ba8 100644
--- a/tika-integration-tests/tika-pipes-kafka-integration-tests/pom.xml
+++ b/tika-integration-tests/tika-pipes-kafka-integration-tests/pom.xml
@@ -88,7 +88,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>src/test/resources/kafka/*.json</exclude>
diff --git
a/tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml
b/tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml
index 2ab1acebf..5b4b2aeb9 100644
--- a/tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml
+++ b/tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml
@@ -74,7 +74,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>src/test/resources/opensearch/*.json</exclude>
diff --git a/tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml
b/tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml
index be2574f42..35d83e0f9 100644
--- a/tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml
+++ b/tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml
@@ -85,7 +85,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>src/test/resources/solr/*.json</exclude>
diff --git a/tika-java7/pom.xml b/tika-java7/pom.xml
index 98d1de767..6bc287f78 100644
--- a/tika-java7/pom.xml
+++ b/tika-java7/pom.xml
@@ -64,7 +64,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>src/main/resources/META-INF/services/java.nio.file.spi.FileTypeDetector</exclude>
diff --git a/tika-langdetect/pom.xml b/tika-langdetect/pom.xml
index bcb1e8fb5..55fb4defd 100644
--- a/tika-langdetect/pom.xml
+++ b/tika-langdetect/pom.xml
@@ -65,7 +65,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>**/*.test</exclude>
diff --git a/tika-langdetect/tika-langdetect-opennlp/pom.xml
b/tika-langdetect/tika-langdetect-opennlp/pom.xml
index 3688bde9f..a378ca0f9 100644
--- a/tika-langdetect/tika-langdetect-opennlp/pom.xml
+++ b/tika-langdetect/tika-langdetect-opennlp/pom.xml
@@ -72,7 +72,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>opennlp_langdetect_model_20190626.bin</exclude>
diff --git a/tika-langdetect/tika-langdetect-tika/pom.xml
b/tika-langdetect/tika-langdetect-tika/pom.xml
index 425316a33..7e7a54740 100644
--- a/tika-langdetect/tika-langdetect-tika/pom.xml
+++ b/tika-langdetect/tika-langdetect-tika/pom.xml
@@ -49,7 +49,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>src/test/resources/org/apache/tika/langdetect/tika/**</exclude>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 263969a9a..08a8d3fdb 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1194,6 +1194,11 @@
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.6.2</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>${rat.version}</version> <!-- keep this when version newer
than apache parent -->
+ </plugin>
</plugins>
</pluginManagement>
<plugins>
@@ -1541,7 +1546,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version> <!-- keep this when version
newer than apache parent -->
<configuration>
<excludes>
<exclude>nb-configuration.xml</exclude> <!-- local netbeans -->
diff --git
a/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml
b/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml
index 8eccbef4b..b1407787d 100644
--- a/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml
+++ b/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml
@@ -112,7 +112,6 @@ May the gods of dependency management fix this in the
future.
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>src/test/resources/test-documents/**</exclude>
diff --git
a/tika-parsers/tika-parsers-extended/tika-parser-scientific-package/pom.xml
b/tika-parsers/tika-parsers-extended/tika-parser-scientific-package/pom.xml
index 7e22920bf..6de5bd0ab 100644
--- a/tika-parsers/tika-parsers-extended/tika-parser-scientific-package/pom.xml
+++ b/tika-parsers/tika-parsers-extended/tika-parser-scientific-package/pom.xml
@@ -62,7 +62,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>**/resources/*tesseract.txt</exclude>
diff --git
a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-text-module/pom.xml
b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-text-module/pom.xml
index 01c2ad494..2d579aa2b 100644
---
a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-text-module/pom.xml
+++
b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-text-module/pom.xml
@@ -72,7 +72,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>src/main/java/org/apache/tika/parser/txt/Charset*.java</exclude>
diff --git a/tika-pipes/pom.xml b/tika-pipes/pom.xml
index 42d0c8d9b..40ed5bbbf 100644
--- a/tika-pipes/pom.xml
+++ b/tika-pipes/pom.xml
@@ -56,9 +56,10 @@
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
-
<exclude>tika-pipes-iterators/tika-pipes-iterator-csv/src/test/resources/test-simple.csv</exclude>
<!-- already checked -->
+
<exclude>tika-pipes-integration-tests/src/test/resources/test-documents/file-list.txt</exclude>
+
<exclude>tika-pipes-integration-tests/src/test/resources/test-documents/testOverlappingText.pdf</exclude>
+
<exclude>tika-pipes-plugins/tika-pipes-csv/src/test/resources/test-simple.csv</exclude>
<exclude>tika-pipes-core/src/test/resources/test-documents/**</exclude> <!--
already checked -->
- <exclude>tika-grpc/target/**</exclude>
</excludes>
</configuration>
</plugin>
diff --git a/tika-pipes/tika-pipes-plugins/pom.xml
b/tika-pipes/tika-pipes-plugins/pom.xml
index 527cce7fc..246c83f7f 100644
--- a/tika-pipes/tika-pipes-plugins/pom.xml
+++ b/tika-pipes/tika-pipes-plugins/pom.xml
@@ -87,6 +87,7 @@
<configuration>
<excludes>
<exclude>tika-emitter-fs/target/**</exclude>
+
<exclude>tika-pipes-csv/src/test/resources/test-simple.csv</exclude>
</excludes>
</configuration>
</plugin>
diff --git a/tika-pipes/tika-pipes-plugins/tika-pipes-csv/pom.xml
b/tika-pipes/tika-pipes-plugins/tika-pipes-csv/pom.xml
index 74ebf7ed9..97733bdd4 100644
--- a/tika-pipes/tika-pipes-plugins/tika-pipes-csv/pom.xml
+++ b/tika-pipes/tika-pipes-plugins/tika-pipes-csv/pom.xml
@@ -50,7 +50,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>src/test/resources/test-simple.csv</exclude>
diff --git a/tika-pipes/tika-pipes-plugins/tika-pipes-json/pom.xml
b/tika-pipes/tika-pipes-plugins/tika-pipes-json/pom.xml
index d32201b92..ace7a54ec 100644
--- a/tika-pipes/tika-pipes-plugins/tika-pipes-json/pom.xml
+++ b/tika-pipes/tika-pipes-plugins/tika-pipes-json/pom.xml
@@ -52,7 +52,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>src/test/resources/test-simple.csv</exclude>
diff --git a/tika-server/tika-server-core/pom.xml
b/tika-server/tika-server-core/pom.xml
index 8995fa7cb..c92a0d0a8 100644
--- a/tika-server/tika-server-core/pom.xml
+++ b/tika-server/tika-server-core/pom.xml
@@ -186,7 +186,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>src/main/resources/tikaserver-version.properties</exclude>
diff --git a/tika-server/tika-server-standard/pom.xml
b/tika-server/tika-server-standard/pom.xml
index 873fdd099..32b57535a 100644
--- a/tika-server/tika-server-standard/pom.xml
+++ b/tika-server/tika-server-standard/pom.xml
@@ -142,7 +142,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>${rat.version}</version>
<configuration>
<excludes>
<exclude>src/main/resources/tikaserver-version.properties</exclude>