There was an error while loading. Please reload this page.
1 parent 4932859 commit 08a2ac0Copy full SHA for 08a2ac0
1 file changed
pom.xml
@@ -105,6 +105,11 @@
105
<groupId>org.apache.maven.plugins</groupId>
106
<artifactId>maven-antrun-plugin</artifactId>
107
<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>
113
<executions>
114
<execution>
115
<goals>
0 commit comments