Browse Source

Fixing antora

pull/1241/head
Marcin Grzejszczak 1 year ago
parent
commit
f9df7ef59b
  1. 2
      docs/antora.yml
  2. 8
      docs/pom.xml

2
docs/antora.yml

@ -6,7 +6,7 @@ nav: @@ -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/

8
docs/pom.xml

@ -95,14 +95,6 @@ @@ -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>

Loading…
Cancel
Save