Skip to content

Commit

Permalink
Disable cache antora as it looks to have some bugs with forking lifec…
Browse files Browse the repository at this point in the history
…ycle (#11835)

Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy authored May 23, 2024
1 parent be7491e commit b164602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b164602

Please sign in to comment.