Speeds up antora build

This commit is contained in:
Marcin Grzejszczak
2023-09-08 15:35:38 +02:00
parent dea6c45b19
commit cc4a47f278
2 changed files with 3 additions and 3 deletions

View File

@@ -63,8 +63,8 @@
<artifactId>exec-maven-plugin</artifactId>
<executions>
<execution>
<id>generate-docs</id>
<phase>generate-resources</phase>
<id>generate-observability-docs</id>
<phase>${generate-docs.phase}</phase>
<goals>
<goal>java</goal>
</goals>