This is an automated email from the ASF dual-hosted git repository.

tballison pushed a commit to branch TIKA-4733-fix-docs-staging
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 08a2ac0b3535f401cd28fa5de4ec994755fb4ab0
Author: tallison <[email protected]>
AuthorDate: Thu Jun 25 18:38:49 2026 -0400

    beta-1 release fix
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index a460353b68..50a1e64fb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,6 +105,11 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
             <version>${maven.antrun.version}</version>
+            <!-- This dist-staging step is aggregator-only: it copies release 
artifacts and
+                 CHANGES.txt relative to the reactor root's ${basedir}. 
tika-docs has <parent>tika</parent>,
+                 so without inherited=false it also runs here with 
${basedir}=docs/, where CHANGES.txt
+                 and the artifacts don't exist, and the staging <fail> guards 
trip. Run only on root. -->
+            <inherited>false</inherited>
             <executions>
               <execution>
                 <goals>

Reply via email to