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 b8029a078 fix rat (#2412)
b8029a078 is described below

commit b8029a0785ad2150e1741562622127beeb107d2a
Author: Tim Allison <[email protected]>
AuthorDate: Fri Nov 28 17:25:18 2025 -0500

    fix rat (#2412)
---
 .../services/javax.annotation.processing.Processor        | 15 +++++++++++++++
 tika-plugins-core/pom.xml                                 |  9 +++++++++
 2 files changed, 24 insertions(+)

diff --git 
a/tika-annotation-processor/src/main/resources/META-INF/services/javax.annotation.processing.Processor
 
b/tika-annotation-processor/src/main/resources/META-INF/services/javax.annotation.processing.Processor
index 462f29223..db15c0187 100644
--- 
a/tika-annotation-processor/src/main/resources/META-INF/services/javax.annotation.processing.Processor
+++ 
b/tika-annotation-processor/src/main/resources/META-INF/services/javax.annotation.processing.Processor
@@ -1 +1,16 @@
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+
 org.apache.tika.annotation.TikaComponentProcessor
diff --git a/tika-plugins-core/pom.xml b/tika-plugins-core/pom.xml
index 9051943e4..067fd61b7 100644
--- a/tika-plugins-core/pom.xml
+++ b/tika-plugins-core/pom.xml
@@ -57,6 +57,15 @@
   </dependencies>
   <build>
     <plugins>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>README.md</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>

Reply via email to