Skip to content

Commit 29cdf6a

Browse files
authored
beta-1 release fix (#2907)
1 parent e31485d commit 29cdf6a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-antrun-plugin</artifactId>
107107
<version>${maven.antrun.version}</version>
108+
<!-- This dist-staging step is aggregator-only: it copies release artifacts and
109+
CHANGES.txt relative to the reactor root's ${basedir}. tika-docs has <parent>tika</parent>,
110+
so without inherited=false it also runs here with ${basedir}=docs/, where CHANGES.txt
111+
and the artifacts don't exist, and the staging <fail> guards trip. Run only on root. -->
112+
<inherited>false</inherited>
108113
<executions>
109114
<execution>
110115
<goals>

0 commit comments

Comments
 (0)