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:
parent
be7491e13a
commit
b16460252f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue