Fixing antora

This commit is contained in:
Marcin Grzejszczak
2023-09-08 14:50:51 +02:00
parent ca9ebc2f56
commit f9df7ef59b
2 changed files with 1 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ nav:
ext:
collector:
run:
command: ./mvnw validate process-resources -Pdocs -pl docs
command: ./mvnw --no-transfer-progress -B install -Pdocs -pl docs -Dantora-maven-plugin.phase=none
local: true
scan:
dir: ./target/classes/antora-resources/

View File

@@ -95,14 +95,6 @@
<plugin>
<groupId>io.spring.maven.antora</groupId>
<artifactId>antora-maven-plugin</artifactId>
<executions>
<execution>
<phase>prepare-package</phase>
<goals>
<goal>antora</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>