Skip to content

Commit

Permalink
Skipping phases for antora build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Sep 8, 2023
1 parent 78717f7 commit 14291a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nav:
ext:
collector:
run:
command: ./mvnw --no-transfer-progress -B package -Pdocs -pl docs -Dantora-maven-plugin.phase=none -DskipTests
command: ./mvnw --no-transfer-progress -B package -Pdocs -pl docs -Dantora-maven-plugin.phase=none -Dgenerate-docs.phase=none -Dgenerate-readme.phase=none -DskipTests
local: true
scan:
dir: ./target/classes/antora-resources/

0 comments on commit 14291a6

Please sign in to comment.