We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea51735 commit 3010f4dCopy full SHA for 3010f4d
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,9 @@ 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