We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25bcb3f commit 41307b3Copy full SHA for 41307b3
2 files changed
src/main/antora/antora-playbook.yml
@@ -17,7 +17,7 @@ content:
17
- url: https://github.com/spring-projects/spring-data-commons
18
# Refname matching:
19
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
20
- branches: [ main, 3.2.x ]
+ branches: [ main ]
21
start_path: src/main/antora
22
asciidoc:
23
attributes:
src/main/antora/antora.yml
@@ -6,12 +6,8 @@ nav:
6
ext:
7
collector:
8
- run:
9
- command: ./mvnw validate process-resources -am -Pantora-process-resources
+ command: ./mvnw -B validate process-resources dependency:unpack -am -Pantora-process-resources
10
local: true
11
scan:
12
- dir: target/classes/
13
- - run:
14
- command: ./mvnw package -Pdistribute
15
- local: true
16
- scan:
- dir: target/antora
+ - dir: target/classes/
+ - dir: target/antora/
0 commit comments