Disable cache antora as it looks to have some bugs with forking lifecycle (#11835)

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2024-05-23 23:31:30 +02:00 committed by GitHub
parent be7491e13a
commit b16460252f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
<name>Documentation :: Content Root</name>
<properties>
<!-- build cache must be skipped for antora goal to work and for run.jetty.classpath value to be computed properly -->
<maven.build.cache.skipCache>true</maven.build.cache.skipCache>
<!-- build cache must be disabled for antora goal to work and for run.jetty.classpath value to be computed properly -->
<maven.build.cache.enabled>false</maven.build.cache.enabled>
</properties>
<build>